Skip to main content

Prime Mesh Python client library 2025 R2

intersect_face_zonelets

Last update: 10.09.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