SetScopeResults#
- class ansys.meshing.prime.SetScopeResults(model=None, error_code=None, warning_code=None, json_data=None, **kwargs)#
Results associated with the set scope operation.
- Parameters:
- model: Model
Model to create a
SetScopeResults
object with default parameters.- error_code: ErrorCode, optional
Error code associated with the set scope.
- warning_code: WarningCode, optional
Warning code associated with the set scope.
- json_data: dict, optional
JSON dictionary to create a
SetScopeResults
object with provided parameters.
Examples
>>> set_scope_results = prime.SetScopeResults(model = model)
Methods
Print the default values of
SetScopeResults
object.SetScopeResults.set_default
([error_code, ...])Set the default values of the
SetScopeResults
object.Attributes
Error code associated with the set scope.
Warning code associated with the set scope.