ImportMapdlCdbResults
Last update: 20.02.2026class ansys.meshing.prime.ImportMapdlCdbResults(model=None, error_code=None, warning_codes=None, json_data=None, **kwargs)
Results associated with the MAPDL CDB import.
-
Parameters:
model: Model : Model to create a
ImportMapdlCdbResultsobject with default parameters.error_code: ErrorCode, optional : Error code associated with failure of operation.
warning_codes: List[WarningCode], optional : Warning codes associated with the operation.
This is a beta parameter. The behavior and name may change in the future.json_data: dict, optional : JSON dictionary to create a
ImportMapdlCdbResultsobject with provided parameters.
Examples
>>> import_mapdl_cdb_results = prime.ImportMapdlCdbResults(model = model)
Methods
| Name | Description |
|---|---|
ImportMapdlCdbResults.print_default() |
Print the default values of ImportMapdlCdbResults object. |
ImportMapdlCdbResults.set_default([...]) |
Set the default values of the ImportMapdlCdbResults object. |
Attributes
| Name | Description |
|---|---|
ImportMapdlCdbResults.error_code |
Error code associated with failure of operation. |
ImportMapdlCdbResults.warning_codes |
Warning codes associated with the operation. |