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.

Methods

RefineAtContactsParams.print_default()

Print the default values of RefineAtContactsParams.

RefineAtContactsParams.set_default([...])

Set the default values of RefineAtContactsParams.

Attributes

RefineAtContactsParams.contact_tolerance

Maximum tolerance used to identify face elements as contacts.

RefineAtContactsParams.project_on_geometry

Project on geometry on remesh.

RefineAtContactsParams.refine_max_size

Maximum size used to refine contact face elements.

RefineAtContactsParams.relative_tolerance

Option to specify the contact tolerance is relative or absolute.