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
ExportLSDynaIGAResultsobject 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
ExportLSDynaIGAResultsobject with provided parameters.
Examples
>>> export_lsdyna_igaesults = prime.ExportLSDynaIGAResults(model = model)
Methods
Print the default values of
ExportLSDynaIGAResultsobject.Set the default values of the
ExportLSDynaIGAResultsobject.Attributes
Error code associated with failure of operation.
Warning codes associated with the operation.