export_lsdyna_iga_keyword_file#

FileIO.export_lsdyna_iga_keyword_file(file_name, params)#

Export IGA LS-DYNA Keyword file for solid, surface splines.

Parameters:
file_namestr

Name of the file.

paramsExportLSDynaIgaKeywordFileParams

Parameters for IGA LS-DYNA Keyword file export.

Returns:
:
ExportLSDynaIGAResults

Returns ExportLSDynaIGAResults.

Return type:

ExportLSDynaIGAResults

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> results = file_io.export_lsdyna_iga_keyword_file(
    file_name, ExportLSDynaIgaKeywordFileParams(model=model)
)