ExtractedFeatureIds#
- class ansys.meshing.prime.ExtractedFeatureIds(model=None, part_id=None, new_edge_zonelets=None, json_data=None, **kwargs)#
Contains ids of the features extracted.
- Parameters:
- model: Model
Model to create a
ExtractedFeatureIds
object with default parameters.- part_id: int, optional
Id of the part from which edge zonelets are extracted.
- new_edge_zonelets: Iterable[int], optional
Ids of new edge zonelets extracted.
- json_data: dict, optional
JSON dictionary to create a
ExtractedFeatureIds
object with provided parameters.
Examples
>>> extracted_feature_ids = prime.ExtractedFeatureIds(model = model)
Methods
Print the default values of
ExtractedFeatureIds
object.ExtractedFeatureIds.set_default
([part_id, ...])Set the default values of the
ExtractedFeatureIds
object.Attributes
Ids of new edge zonelets extracted.
Id of the part from which edge zonelets are extracted.