Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.Connect

Last update: 17.07.2025

Connect.intersect_face_zonelets(part_id, face_zonelet_ids, with_face_zonelet_ids, params)

Perform intersection between specified face zonelets of the part with the given intersect parameters.

  • Parameters: part_id : Id of the part.

    face_zonelet_ids : Face zonelets to be intersected.

    with_face_zonelet_ids : Face zonelets to be intersected with.

    params : Parameters for intersection.

  • Returns: ConnectResults : Returns the ConnectResults.

  • Return type: ConnectResults

Examples

>>> connect = Connect(model = model)
>>> results = connect.intersect_face_zonelets (part_id, face_zonelet_ids, with_face_zonelet_ids, params)

Connect with Ansys