set_default#
- static ExportMapdlCdbResults.set_default(summary_log=None, formatted_summary_log=None, zone_mesh_results=None, error_code=None, warning_codes=None)#
Set the default values of the
ExportMapdlCdbResultsobject.- Parameters:
- summary_log: str, optional
Summary log for the export operation in json format.
- formatted_summary_log: str, optional
Formatted summary log for the export operation.
- zone_mesh_results: List[ZoneMeshResult], optional
Zone-wise mesh information for elements in the exported model.
- error_code: ErrorCode, optional
Error code associated with failure of operation.
- warning_codes: List[WarningCode], optional
Warning codes associated with the operation.