General API Utility Functions

This group of functions is provided for general API utilities, such as printing to stdout, performing basic math functions, and identifying basic OpenVSP information.

VSPCheckSetup()

VSPRenew()

Print()

Min(double x, double y)

Max(double x, double y)

Rad2Deg(double r)

Deg2Rad(double d)

GetVSPVersion()

GetVSPVersionMajor()

GetVSPVersionMinor()

GetVSPVersionChange()

GetVSPExePath()

SetVSPAEROPath(std)

GetVSPAEROPath()

CheckForVSPAERO(std)

SetVSPHelpPath(std)

GetVSPHelpPath()

CheckForVSPHelp(std)

Details

openvsp.VSPCheckSetup()[source]
openvsp.VSPRenew()[source]
openvsp.Print(std: :string const & data, bool new_line=True)[source]
openvsp.Print(vec3d data, bool new_line=True)
openvsp.Print(double data, bool new_line=True)
openvsp.Print(int data, bool new_line=True)
openvsp.Min(double x, double y) double[source]
openvsp.Max(double x, double y) double[source]
openvsp.Rad2Deg(double r) double[source]
openvsp.Deg2Rad(double d) double[source]
openvsp.GetVSPVersion() std::string[source]
openvsp.GetVSPVersionMajor() int[source]
openvsp.GetVSPVersionMinor() int[source]
openvsp.GetVSPVersionChange() int[source]
openvsp.GetVSPExePath() std::string[source]
openvsp.SetVSPAEROPath(std: :string const & path) bool[source]
openvsp.GetVSPAEROPath() std::string[source]
openvsp.CheckForVSPAERO(std: :string const & path) bool[source]
openvsp.SetVSPHelpPath(std: :string const & path) bool[source]
openvsp.GetVSPHelpPath() std::string[source]
openvsp.CheckForVSPHelp(std: :string const & path) bool[source]