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
ExtractFeatureResultsobject 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
ExtractFeatureResultsobject with provided parameters.
Examples
>>> extract_feature_results = prime.ExtractFeatureResults(model = model)
Methods
Print the default values of
ExtractFeatureResultsobject.Set the default values of the
ExtractFeatureResultsobject.Attributes
Error code returned by edge extraction function.
Ids of new edge zonelets extracted.
Time taken for edge extraction.