RefineAtContactsResults#
- class ansys.meshing.prime.RefineAtContactsResults(model=None, n_refined=None, size_field_id=None, error_code=None, json_data=None, **kwargs)#
Results structure associated with refine face elements in contact.
- Parameters:
- model: Model
Model to create a
RefineAtContactsResultsobject with default parameters.- n_refined: int, optional
Number of face elements identified for refinement.
- size_field_id: int, optional
Id of size field created to refine at contacts.
- error_code: ErrorCode, optional
ErrorCode associated with the refine contacts operation.
- json_data: dict, optional
JSON dictionary to create a
RefineAtContactsResultsobject with provided parameters.
Examples
>>> refine_at_contacts_results = prime.RefineAtContactsResults(model = model)
Methods
Print the default values of
RefineAtContactsResultsobject.Set the default values of the
RefineAtContactsResultsobject.Attributes
ErrorCode associated with the refine contacts operation.
Number of face elements identified for refinement.
Id of size field created to refine at contacts.