pyNastran/converters

type_converter Module

Multi-input/output format converter

pyNastran.converters.type_converter.cmd_line_format_converter(argv=None, quiet=False)[source]

Interface for format_converter

pyNastran.converters.type_converter.element_slice(tecplot, data)[source]

removes solid elements from a tecplot model

pyNastran.converters.type_converter.process_cart3d(cart3d_filename, fmt2, fname2, log, data, quiet=False)[source]

Converts Cart3d to STL/Nastran/Tecplot/Cart3d

pyNastran.converters.type_converter.process_nastran(bdf_filename, fmt2, fname2, log, data=None, debug=True, quiet=False)[source]

Converts Nastran to STL/Cart3d/Tecplot/UGRID3d

pyNastran.converters.type_converter.process_stl(stl_filename, fmt2, fname2, log, data=None, quiet=False)[source]

Converts STL to Nastran/Cart3d

pyNastran.converters.type_converter.process_tecplot(tecplot_filename, fmt2, fname2, log, data=None, quiet=False)[source]

Converts Tecplot to Tecplot

Globs all input tecplot files (e.g. tecplot*.plt)

pyNastran.converters.type_converter.process_ugrid(ugrid_filename, fmt2, fname2, log, data=None, quiet=False)[source]

Converts UGRID to Nastran/Cart3d/STL/Tecplot

pyNastran.converters.type_converter.run_format_converter(fmt1, fname1, fmt2, fname2, data, log, quiet=False)[source]

Runs the format converter