CreateContactPatchResults#
- class ansys.meshing.prime.CreateContactPatchResults(model=None, error_code=None, part_id=None, json_data=None, **kwargs)#
Result structure associated with created contact patch zonelets.
- Parameters:
- model: Model
Model to create a
CreateContactPatchResults
object with default parameters.- error_code: ErrorCode, optional
Error code associated with the contact patch creation operation.
- part_id: int, optional
Contact patch part id.
- json_data: dict, optional
JSON dictionary to create a
CreateContactPatchResults
object with provided parameters.
Examples
>>> create_contact_patch_results = prime.CreateContactPatchResults(model = model)
Methods
Print the default values of
CreateContactPatchResults
object.Set the default values of the
CreateContactPatchResults
object.Attributes
Error code associated with the contact patch creation operation.
Contact patch part id.