SearchByFoldsParams#
- class 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
SearchByFoldsParams
object with default parameters.- critical_angle: float, optional
Threshold angle for fold detection.
- json_data: dict, optional
JSON dictionary to create a
SearchByFoldsParams
object with provided parameters.
Examples
>>> search_by_folds_params = prime.SearchByFoldsParams(model = model)
Methods
Print the default values of
SearchByFoldsParams
object.SearchByFoldsParams.set_default
([critical_angle])Set the default values of the
SearchByFoldsParams
object.Attributes
Threshold angle for fold detection.