export_lsdyna_iga_keyword_file Last update: 20.02.2026 FileIO.export_lsdyna_iga_keyword_file(file_name, params) Export IGA LS-DYNA Keyword file for solid, surface splines. Parameters: file_name : Name of the file. params : 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) )