ExportLSDynaIgaKeywordFileParams#
- class ansys.meshing.prime.ExportLSDynaIgaKeywordFileParams(model=None, json_data=None, **kwargs)#
Parameters for exporting LS-DYNA IGA keyword file.
- Parameters:
- model: Model
Model to create a
ExportLSDynaIgaKeywordFileParams
object with default parameters.- json_data: dict, optional
JSON dictionary to create a
ExportLSDynaIgaKeywordFileParams
object with provided parameters.
Examples
>>> export_lsdyna_iga_keyword_file_params = prime.ExportLSDynaIgaKeywordFileParams(model = model)
Methods
Print the default values of
ExportLSDynaIgaKeywordFileParams
object.Set the default values of the
ExportLSDynaIgaKeywordFileParams
object.