create_intersection_edge_loops
Last update: 10.09.2025FeatureExtraction.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 : List of part zonelets to be intersected.
intersecting_part_face_zonelets : List of part zonelets to intersect with.
params : Parameter to control edge extraction.
-
Returns:
CreateIntersectionEdgeLoopsResults: Returns the CreateIntersectionEdgeLoopsResults. -
Return type:
Examples
>>> results = feature_extraction.create_intersection_edge_loops(part_face_zonelets, intersecting_part_face_zonelets, params)