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_zoneletsPartZoneletsArray

List of part zonelets to be intersected.

intersecting_part_face_zoneletsPartZoneletsArray

List of part zonelets to intersect with.

paramsCreateIntersectionEdgeLoopsParams

Parameter to control edge extraction.

Returns:
CreateIntersectionEdgeLoopsResults

Returns the CreateIntersectionEdgeLoopsResults.

Return type:

CreateIntersectionEdgeLoopsResults

Examples

>>> results = feature_extraction.create_intersection_edge_loops(part_face_zonelets, intersecting_part_face_zonelets, params)