ResolveIntersectionsParams#

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

ResolveIntersectionsParams.print_default()

Print the default values of ResolveIntersectionsParams object.

ResolveIntersectionsParams.set_default([...])

Set the default values of the ResolveIntersectionsParams object.

Attributes

ResolveIntersectionsParams.number_of_threads

Number of threads for resolve intersections multithreaded operation.