CreateIntersectionEdgeLoopsResults#

class ansys.meshing.prime.CreateIntersectionEdgeLoopsResults(model=None, processing_time=None, error_code=None, extracted_ids=None, json_data=None, **kwargs)#

Results for the edge loops created by intersection of two groups of face zonelets.

Methods

CreateIntersectionEdgeLoopsResults.print_default()

Print the default values of CreateIntersectionEdgeLoopsResults.

CreateIntersectionEdgeLoopsResults.set_default([...])

Set the default values of CreateIntersectionEdgeLoopsResults.

Attributes

CreateIntersectionEdgeLoopsResults.error_code

Error code returned by edge extraction function.

CreateIntersectionEdgeLoopsResults.extracted_ids

List of ExtractedFeatureIds that contains ids of extracted edges.

CreateIntersectionEdgeLoopsResults.processing_time

Time taken to extract edges formed by intersecting faces.