set_default Last update: 10.09.2025 static ExportLSDynaResults.set_default(summary_log=None, zone_mesh_results=None, error_code=None, warning_codes=None) Set the default values of the ExportLSDynaResults object. Parameters: summary_log: str, optional : Summary log for the import operation in json format. 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.