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.
- Parameters:
- model: Model
Model to create a
CreateIntersectionEdgeLoopsResultsobject with default parameters.- processing_time: float, optional
Time taken to extract edges formed by intersecting faces.
- error_code: ErrorCode, optional
Error code returned by edge extraction function.
- extracted_ids: List[ExtractedFeatureIds], optional
List of ExtractedFeatureIds that contains ids of extracted edges.
- json_data: dict, optional
JSON dictionary to create a
CreateIntersectionEdgeLoopsResultsobject with provided parameters.
Examples
>>> create_intersection_edge_loops_results = prime.CreateIntersectionEdgeLoopsResults(model = model)
Methods
Print the default values of
CreateIntersectionEdgeLoopsResultsobject.Set the default values of the
CreateIntersectionEdgeLoopsResultsobject.Attributes
Error code returned by edge extraction function.
List of ExtractedFeatureIds that contains ids of extracted edges.
Time taken to extract edges formed by intersecting faces.