Skip to main content

Prime Mesh Python client library 2025 R1 SP01

SearchByFoldsParams

Last update: 17.07.2025

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

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.

Connect with Ansys