export_boundary_fitted_spline_kfile#
- FileIO.export_boundary_fitted_spline_kfile(file_name, export_params)#
Export the IGA LS-DYNA keyword file for a boundary fitted spline.
- Parameters:
- file_name
str
Name of the keyword file.
- export_params
ExportBoundaryFittedSplineParams
Parameters for exporting the keyword file.
- file_name
- Returns:
FileWriteResults
Results from exporting the keyword file.
- Return type:
Examples
>>> results = file_io.export_boundary_fitted_spline_k_file( file_name, ExportBoundaryFittedSplineParams(model=model))