ExportLSDynaResults#

class ansys.meshing.prime.ExportLSDynaResults(model=None, summary_log=None, error_code=None, warning_codes=None, json_data=None, **kwargs)#

Results associated with the LS-DYNA export.

Parameters:
model: Model

Model to create a ExportLSDynaResults object with default parameters.

summary_log: str, optional

Summary log for the import operation in json format.

This is a beta parameter. The behavior and name may change in the future.

error_code: ErrorCode, optional

Error code associated with failure of operation.

This is a beta parameter. The behavior and name may change in the future.

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 ExportLSDynaResults object with provided parameters.

Examples

>>> export_lsdyna_results = prime.ExportLSDynaResults(model = model)

Methods

ExportLSDynaResults.print_default()

Print the default values of ExportLSDynaResults object.

ExportLSDynaResults.set_default([...])

Set the default values of the ExportLSDynaResults object.

Attributes

ExportLSDynaResults.error_code

Error code associated with failure of operation.

ExportLSDynaResults.summary_log

Summary log for the import operation in json format.

ExportLSDynaResults.warning_codes

Warning codes associated with the operation.