Measure Tool Functions

This group of API functions can be used to control the Ruler Tool through the API.

ShowAllRulers()

HideAllRulers()

ShowAllProbes()

HideAllProbes()

ShowAllProtractors()

HideAllProtractors()

ShowAllRSTProbes()

HideAllRSTProbes()

AddProtractor(std, int startsurfindx, ...)

GetAllProtractors()

DelProtractor(std)

DeleteAllProtractors()

AddRSTProbe(std, int surfindx, double r, ...)

GetAllRSTProbes()

DelRSTProbe(std)

DeleteAllRSTProbes()

AddRuler(std, int startsurfindx, ...)

GetAllRulers()

DelRuler(std)

DeleteAllRulers()

AddProbe(std, int surfindx, double u, ...)

GetAllProbes()

DelProbe(std)

DeleteAllProbes()

Details

openvsp.ShowAllRulers()[source]
openvsp.HideAllRulers()[source]
openvsp.ShowAllProbes()[source]
openvsp.HideAllProbes()[source]
openvsp.ShowAllProtractors()[source]
openvsp.HideAllProtractors()[source]
openvsp.ShowAllRSTProbes()[source]
openvsp.HideAllRSTProbes()[source]
openvsp.AddProtractor(std: :string const & startgeomid, int startsurfindx, double startu, double startw, std: :string const & midgeomid, int midsurfindx, double midu, double midw, std: :string const & endgeomid, int endsurfindx, double endu, double endw, std: :string const & name) std::string[source]
openvsp.GetAllProtractors() StringVector[source]
openvsp.DelProtractor(std: :string const & id)[source]
openvsp.DeleteAllProtractors()[source]
openvsp.AddRSTProbe(std: :string const & geomid, int surfindx, double r, double s, double t, std: :string const & name) std::string[source]
openvsp.GetAllRSTProbes() StringVector[source]
openvsp.DelRSTProbe(std: :string const & id)[source]
openvsp.DeleteAllRSTProbes()[source]
openvsp.AddRuler(std: :string const & startgeomid, int startsurfindx, double startu, double startw, std: :string const & endgeomid, int endsurfindx, double endu, double endw, std: :string const & name) std::string[source]
openvsp.GetAllRulers() StringVector[source]
openvsp.DelRuler(std: :string const & id)[source]
openvsp.DeleteAllRulers()[source]
openvsp.AddProbe(std: :string const & geomid, int surfindx, double u, double w, std: :string const & name) std::string[source]
openvsp.GetAllProbes() StringVector[source]
openvsp.DelProbe(std: :string const & id)[source]
openvsp.DeleteAllProbes()[source]