Skip to main content

Prime Mesh Python client library 2025 R2 SP04

SearchBySelfIntersectionParams

Last update: 20.02.2026

class ansys.meshing.prime.SearchBySelfIntersectionParams(model=None, json_data=None, **kwargs)

Parameters to search by face element intersection.

  • Parameters:

    model: Model : Model to create a SearchBySelfIntersectionParams object with default parameters.

    json_data: dict, optional : JSON dictionary to create a SearchBySelfIntersectionParams object with provided parameters.

Examples

>>> search_by_self_intersection_params = prime.SearchBySelfIntersectionParams(model = model)

Methods

Name Description
SearchBySelfIntersectionParams.print_default() Print the default values of SearchBySelfIntersectionParams object.
SearchBySelfIntersectionParams.set_default() Set the default values of the SearchBySelfIntersectionParams object.

Connect with Ansys