SearchByFoldsParams
Last update: 17.07.2025class ansys.meshing.prime.SearchByFoldsParams(model=None, critical_angle=None, json_data=None, **kwargs)
Parameters to control fold detection.
-
Parameters:
model: Model : Model to create a
SearchByFoldsParamsobject with default parameters.critical_angle: float, optional : Threshold angle for fold detection.
json_data: dict, optional : JSON dictionary to create a
SearchByFoldsParamsobject with provided parameters.
Examples
>>> search_by_folds_params = prime.SearchByFoldsParams(model = model)
Methods
| Name | Description |
|---|---|
SearchByFoldsParams.print_default() |
Print the default values of SearchByFoldsParams object. |
SearchByFoldsParams.set_default([critical_angle]) |
Set the default values of the SearchByFoldsParams object. |
Attributes
| Name | Description |
|---|---|
SearchByFoldsParams.critical_angle |
Threshold angle for fold detection. |