ExtractFeatureResults#
- class ansys.meshing.prime.ExtractFeatureResults(model=None, processing_time=None, error_code=None, new_edge_zonelets=None, json_data=None, **kwargs)#
Result of edge zonelet extraction by angle.
- Parameters:
- model: Model
Model to create a
ExtractFeatureResults
object with default parameters.- processing_time: float, optional
Time taken for edge extraction.
- error_code: ErrorCode, optional
Error code returned by edge extraction function.
- new_edge_zonelets: Iterable[int], optional
Ids of new edge zonelets extracted.
- json_data: dict, optional
JSON dictionary to create a
ExtractFeatureResults
object with provided parameters.
Examples
>>> extract_feature_results = prime.ExtractFeatureResults(model = model)
Methods
Print the default values of
ExtractFeatureResults
object.Set the default values of the
ExtractFeatureResults
object.Attributes
Error code returned by edge extraction function.
Ids of new edge zonelets extracted.
Time taken for edge extraction.