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 CreateIntersectionEdgeLoopsResults object 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 CreateIntersectionEdgeLoopsResults object with provided parameters.

Examples

>>> create_intersection_edge_loops_results = prime.CreateIntersectionEdgeLoopsResults(model = model)

Methods

CreateIntersectionEdgeLoopsResults.print_default()

Print the default values of CreateIntersectionEdgeLoopsResults object.

CreateIntersectionEdgeLoopsResults.set_default([...])

Set the default values of the CreateIntersectionEdgeLoopsResults object.

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.