ExportLSDynaIGAResults#

class ansys.meshing.prime.ExportLSDynaIGAResults(model=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 ExportLSDynaIGAResults object with default parameters.

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

Examples

>>> export_lsdyna_igaesults = prime.ExportLSDynaIGAResults(model = model)

Methods

ExportLSDynaIGAResults.print_default()

Print the default values of ExportLSDynaIGAResults object.

ExportLSDynaIGAResults.set_default([...])

Set the default values of the ExportLSDynaIGAResults object.

Attributes

ExportLSDynaIGAResults.error_code

Error code associated with failure of operation.

ExportLSDynaIGAResults.warning_codes

Warning codes associated with the operation.