RefineAtContactsParams#
- class ansys.meshing.prime.RefineAtContactsParams(model=None, contact_tolerance=None, relative_tolerance=None, refine_max_size=None, project_on_geometry=None, json_data=None, **kwargs)#
Parameters to refine face elements in contact.
- Parameters:
- model: Model
Model to create a
RefineAtContactsParams
object with default parameters.- contact_tolerance: float, optional
Maximum tolerance used to identify face elements as contacts.
- relative_tolerance: bool, optional
Option to specify the contact tolerance is relative or absolute.
- refine_max_size: float, optional
Maximum size used to refine contact face elements.
- project_on_geometry: bool, optional
Project on geometry on remesh.
- json_data: dict, optional
JSON dictionary to create a
RefineAtContactsParams
object with provided parameters.
Examples
>>> refine_at_contacts_params = prime.RefineAtContactsParams(model = model)
Methods
Print the default values of
RefineAtContactsParams
object.Set the default values of the
RefineAtContactsParams
object.Attributes
Maximum tolerance used to identify face elements as contacts.
Project on geometry on remesh.
Maximum size used to refine contact face elements.
Option to specify the contact tolerance is relative or absolute.