Skip to main content

Prime Mesh Python client library 2025 R2

ResolveIntersectionsParams

Last update: 10.09.2025

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

ResolveIntersectionsParams define parameters for resolve intersections.

  • Parameters:

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

    number_of_threads: int, optional : Number of threads for resolve intersections multithreaded operation.

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

Examples

>>> resolve_intersections_params = prime.ResolveIntersectionsParams(model = model)

Methods

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

Attributes

Name Description
ResolveIntersectionsParams.number_of_threads Number of threads for resolve intersections multithreaded operation.

Connect with Ansys