ansys.meshing.prime.TransformResults
Last update: 17.07.2025TransformResults
class ansys.meshing.prime.TransformResults(model=None, error_code=None, json_data=None, **kwargs)
Results associated with the transformation.
-
Parameters: model: Model : Model to create a
TransformResultsobject with default parameters.error_code: ErrorCode, optional : Error code associated with the failure of operation.
json_data: dict, optional : JSON dictionary to create a
TransformResultsobject with provided parameters.
Examples
>>> transform_results = prime.TransformResults(model = model)
Methods
| Name | Description |
|---|---|
TransformResults.print_default() |
Print the default values of TransformResults object. |
TransformResults.set_default([error_code]) |
Set the default values of the TransformResults object. |
Attributes
| Name | Description |
|---|---|
TransformResults.error_code |
Error code associated with the failure of operation. |