SearchBySelfIntersectionParams#
- 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
Print the default values of
SearchBySelfIntersectionParams
object.Set the default values of the
SearchBySelfIntersectionParams
object.