Skip to main content

Prime Mesh Python client library 2025 R1 SP01

ansys.meshing.prime.TransformResults

Last update: 17.07.2025

TransformResults

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 TransformResults object with default parameters.

    error_code: ErrorCode, optional : Error code associated with the failure of operation.

    json_data: dict, optional : JSON dictionary to create a TransformResults object 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.

Connect with Ansys