set_default#
- static CreateIntersectionEdgeLoopsResults.set_default(processing_time=None, error_code=None, extracted_ids=None)#
Set the default values of the
CreateIntersectionEdgeLoopsResults
object.- 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.