RemoveZoneResults
Last update: 20.02.2026class ansys.meshing.prime.RemoveZoneResults(model=None, error_code=None, warning_codes=None, json_data=None, **kwargs)
Results associated with the remove zone operation.
-
Parameters:
model: Model : Model to create a
RemoveZoneResultsobject with default parameters.error_code: ErrorCode, optional : Error code associated with the failure of operation.
warning_codes: List[WarningCode], optional : Warning codes associated with the remove zone operation.
json_data: dict, optional : JSON dictionary to create a
RemoveZoneResultsobject with provided parameters.
Examples
>>> remove_zone_results = prime.RemoveZoneResults(model = model)
Methods
| Name | Description |
|---|---|
RemoveZoneResults.print_default() |
Print the default values of RemoveZoneResults object. |
RemoveZoneResults.set_default([error_code, ...]) |
Set the default values of the RemoveZoneResults object. |
Attributes
| Name | Description |
|---|---|
RemoveZoneResults.error_code |
Error code associated with the failure of operation. |
RemoveZoneResults.warning_codes |
Warning codes associated with the remove zone operation. |