SetContactPreventionsResults#
- class ansys.meshing.prime.SetContactPreventionsResults(model=None, error_code=None, ids=None, json_data=None, **kwargs)#
Results associated with set contact preventions.
- Parameters:
- model: Model
Model to create a
SetContactPreventionsResults
object with default parameters.- error_code: ErrorCode, optional
Error code associated with the set contact preventions.
- ids: Iterable[int], optional
Ids of added contact prevention controls.
- json_data: dict, optional
JSON dictionary to create a
SetContactPreventionsResults
object with provided parameters.
Examples
>>> set_contact_preventions_results = prime.SetContactPreventionsResults(model = model)
Methods
Print the default values of
SetContactPreventionsResults
object.Set the default values of the
SetContactPreventionsResults
object.Attributes
Error code associated with the set contact preventions.
Ids of added contact prevention controls.