ResolveIntersectionsParams
Last update: 10.09.2025class 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
ResolveIntersectionsParamsobject 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
ResolveIntersectionsParamsobject 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. |