VolumeMeshToolResults#
- class ansys.meshing.prime.VolumeMeshToolResults(model=None, error_code=None, json_data=None, **kwargs)#
Result associated with the volume mesh tool operation.
- Parameters:
- model: Model
Model to create a
VolumeMeshToolResults
object with default parameters.- error_code: ErrorCode, optional
Error code associated with the volume mesh tool operation.
- json_data: dict, optional
JSON dictionary to create a
VolumeMeshToolResults
object with provided parameters.
Examples
>>> volume_mesh_tool_results = prime.VolumeMeshToolResults(model = model)
Methods
Print the default values of
VolumeMeshToolResults
object.VolumeMeshToolResults.set_default
([error_code])Set the default values of the
VolumeMeshToolResults
object.Attributes
Error code associated with the volume mesh tool operation.