Skip to main content

Prime Mesh Python client library 2025 R1 SP01

FeatureRecoveryParams

Last update: 17.07.2025

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

Name Description
FeatureRecoveryParams.print_default() Print the default values of FeatureRecoveryParams object.
FeatureRecoveryParams.set_default([scope, ...]) Set the default values of the FeatureRecoveryParams object.

Attributes

Name Description
FeatureRecoveryParams.enable_feature_octree_refinement Checks whether to perform octree refinement at feature edges.
FeatureRecoveryParams.scope Scope used for feature recovery control.
FeatureRecoveryParams.size_at_features Refinement size at features.

Connect with Ansys