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_name
str Name of the file.
- params
ExportLSDynaIgaKeywordFileParams Parameters for IGA LS-DYNA Keyword file export.
- file_name
- Returns:
- :
ExportLSDynaIGAResultsReturns ExportLSDynaIGAResults.
- Return type:
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) )