SetScopeResults
Last update: 10.09.2025class 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
SetScopeResultsobject 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
SetScopeResultsobject with provided parameters.
Examples
>>> set_scope_results = prime.SetScopeResults(model = model)
Methods
| Name | Description |
|---|---|
SetScopeResults.print_default() |
Print the default values of SetScopeResults object. |
SetScopeResults.set_default([error_code, ...]) |
Set the default values of the SetScopeResults object. |
Attributes
| Name | Description |
|---|---|
SetScopeResults.error_code |
Error code associated with the set scope. |
SetScopeResults.warning_code |
Warning code associated with the set scope. |