ExtractTopoVolumesResults#
- class ansys.meshing.prime.ExtractTopoVolumesResults(model=None, volumes=None, error_code=None, json_data=None, **kwargs)#
Parameters to extract flow topovolumes.
- Parameters:
- model: Model
Model to create a
ExtractTopoVolumesResults
object with default parameters.- volumes: Iterable[int], optional
Ids of extracted flow topovolumes.
- error_code: ErrorCode, optional
Error code associated with the failure of operation.
- json_data: dict, optional
JSON dictionary to create a
ExtractTopoVolumesResults
object with provided parameters.
Examples
>>> extract_topo_volumes_results = prime.ExtractTopoVolumesResults(model = model)
Methods
Print the default values of
ExtractTopoVolumesResults
object.Set the default values of the
ExtractTopoVolumesResults
object.Attributes
Error code associated with the failure of operation.
Ids of extracted flow topovolumes.