CreateZoneResults#
- class ansys.meshing.prime.CreateZoneResults(model=None, error_code=None, zone_id=None, assigned_name=None, json_data=None, **kwargs)#
Results associated with the create zone.
- Parameters:
- model: Model
Model to create a
CreateZoneResults
object with default parameters.- error_code: ErrorCode, optional
Error code associated with the create zone operation.
- zone_id: int, optional
Id of newly created zone.
- assigned_name: str, optional
Assigned name of newly created zone.
- json_data: dict, optional
JSON dictionary to create a
CreateZoneResults
object with provided parameters.
Examples
>>> create_zone_results = prime.CreateZoneResults(model = model)
Methods
Print the default values of
CreateZoneResults
object.CreateZoneResults.set_default
([error_code, ...])Set the default values of the
CreateZoneResults
object.Attributes
Assigned name of newly created zone.
Error code associated with the create zone operation.
Id of newly created zone.