File Input and Output Functions

This group of functions provides file input and output interfacing through the API.

ReadVSPFile(std)

WriteVSPFile(std, int set=SET_ALL)

SetVSP3FileName(std)

InsertVSPFile(std, std)

ExportFile(std, int thick_set, ...)

ImportFile(std, int file_type, std)

GetBEMPropID()

Details

openvsp.ReadVSPFile(std: :string const & file_name)[source]
openvsp.WriteVSPFile(std: :string const & file_name, int set=SET_ALL)[source]
openvsp.SetVSP3FileName(std: :string const & file_name)[source]
openvsp.InsertVSPFile(std: :string const & file_name, std: :string const & parent_geom_id)[source]
openvsp.ExportFile(std: :string const & file_name, int thick_set, int file_type, int subsFlag=1, int thin_set=SET_NONE, bool useMode=False, std: :string const & modeID = "") std::string[source]
openvsp.ImportFile(std: :string const & file_name, int file_type, std: :string const & parent) std::string[source]
openvsp.GetBEMPropID() std::string[source]