ExtractFeatureResults
Last update: 17.07.2025class 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
| Name | Description |
|---|---|
ExtractFeatureResults.print_default() |
Print the default values of ExtractFeatureResults object. |
ExtractFeatureResults.set_default([...]) |
Set the default values of the ExtractFeatureResults object. |
Attributes
| Name | Description |
|---|---|
ExtractFeatureResults.error_code |
Error code returned by edge extraction function. |
ExtractFeatureResults.new_edge_zonelets |
Ids of new edge zonelets extracted. |
ExtractFeatureResults.processing_time |
Time taken for edge extraction. |