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