create_intersection_edge_loops#
- FeatureExtraction.create_intersection_edge_loops(part_face_zonelets, intersecting_part_face_zonelets, params)#
Finds the edge zonelets formed by intersection of two face zonelets. Performs n to n intersection of face zonelets present in part face zonelets with those in intersecting part face zonelets depending on the input parameters. Order of input does not matter.
- Parameters:
- part_face_zonelets
PartZoneletsArray
List of part zonelets to be intersected.
- intersecting_part_face_zonelets
PartZoneletsArray
List of part zonelets to intersect with.
- params
CreateIntersectionEdgeLoopsParams
Parameter to control edge extraction.
- part_face_zonelets
- Returns:
CreateIntersectionEdgeLoopsResults
Returns the CreateIntersectionEdgeLoopsResults.
- Return type:
Examples
>>> results = feature_extraction.create_intersection_edge_loops(part_face_zonelets, intersecting_part_face_zonelets, params)