FeatureRecoveryParams#
- class ansys.meshing.prime.FeatureRecoveryParams(model=None, scope=None, enable_feature_octree_refinement=None, size_at_features=None, json_data=None, **kwargs)#
FeatureRecoveryParams defines feature recovery control parameters for wrapper.
- Parameters:
- model: Model
Model to create a
FeatureRecoveryParams
object with default parameters.- scope: ScopeDefinition, optional
Scope used for feature recovery control.
- enable_feature_octree_refinement: bool, optional
Checks whether to perform octree refinement at feature edges.
- size_at_features: float, optional
Refinement size at features.
- json_data: dict, optional
JSON dictionary to create a
FeatureRecoveryParams
object with provided parameters.
Examples
>>> feature_recovery_params = prime.FeatureRecoveryParams(model = model)
Methods
Print the default values of
FeatureRecoveryParams
object.FeatureRecoveryParams.set_default
([scope, ...])Set the default values of the
FeatureRecoveryParams
object.Attributes
Checks whether to perform octree refinement at feature edges.
Scope used for feature recovery control.
Refinement size at features.