SubtractVolumesResults#
- class ansys.meshing.prime.SubtractVolumesResults(model=None, error_code=None, warning_codes=None, json_data=None, **kwargs)#
Results of the volume subtract operation.
- Parameters:
- model: Model
Model to create a
SubtractVolumesResults
object with default parameters.- error_code: ErrorCode, optional
Error code associated with the volume subtract operation.
- warning_codes: List[WarningCode], optional
Warning codes associated with the volume subtract operation.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
SubtractVolumesResults
object with provided parameters.
Examples
>>> subtract_volumes_results = prime.SubtractVolumesResults(model = model)
Methods
Print the default values of
SubtractVolumesResults
object.Set the default values of the
SubtractVolumesResults
object.Attributes
Error code associated with the volume subtract operation.
Warning codes associated with the volume subtract operation.