Skip to main content

Prime Mesh Python client library 2024 R2

ImportCadResults

Last update: 17.07.2025

class ansys.meshing.prime.ImportCadResults(model=None, error_code=None, cad_parameters=None, json_data=None, **kwargs)

Results associated with the CAD import.

  • Parameters: model: Model : Model to create a ImportCadResults object with default parameters.

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

    cad_parameters: Dict[str, Union[str, int, float, bool]], optional : Returns the parameters associated with CAD. Available only with WorkBench CAD Reader route.

    json_data: dict, optional : JSON dictionary to create a ImportCadResults object with provided parameters.

Examples

>>> import_cad_results = prime.ImportCadResults(model = model)

Methods

Name Description
ImportCadResults.print_default() Print the default values of ImportCadResults object.
ImportCadResults.set_default([error_code, ...]) Set the default values of the ImportCadResults object.

Attributes

Name Description
ImportCadResults.cad_parameters Returns the parameters associated with CAD.
ImportCadResults.error_code Error code associated with failure of operation.

Connect with Ansys