VSPAERO Control Surface Group Functions

This group of functions is available for manipulating VSPAERO control surface groups through the API. Note, VSPAERO also includes rectangle type sub-surfaces as possible control surfaces.

AutoGroupVSPAEROControlSurfaces()

AddCpSlice(int cut_type, double location)

GetNumCpSlices()

GetCpSliceID(int slice_index)

DelCpSlice(int slice_index)

DeleteAllCpSlices()

DeleteVSPAEROControlSurfaceGroup(...)

CreateVSPAEROControlSurfaceGroup()

AddAllToVSPAEROControlSurfaceGroup(...)

RemoveAllFromVSPAEROControlSurfaceGroup(...)

GetActiveCSNameVec(int CSGroupIndex)

GetCompleteCSNameVec()

GetAvailableCSNameVec(int CSGroupIndex)

SetVSPAEROControlGroupName(std, int CSGroupIndex)

GetVSPAEROControlGroupName(int CSGroupIndex)

AddSelectedToCSGroup(IntVector selected, ...)

RemoveSelectedFromCSGroup(...)

GetNumControlSurfaceGroups()

FindControlSurfaceGroup(int group_index)

Details

openvsp.AutoGroupVSPAEROControlSurfaces()[source]
openvsp.AddCpSlice(int cut_type, double location) std::string[source]
openvsp.GetNumCpSlices() int[source]
openvsp.GetCpSliceID(int slice_index) std::string[source]
openvsp.DelCpSlice(int slice_index)[source]
openvsp.DeleteAllCpSlices()[source]
openvsp.DeleteVSPAEROControlSurfaceGroup(int CSGroupIndex)[source]
openvsp.CreateVSPAEROControlSurfaceGroup() int[source]
openvsp.AddAllToVSPAEROControlSurfaceGroup(int CSGroupIndex)[source]
openvsp.RemoveAllFromVSPAEROControlSurfaceGroup(int CSGroupIndex)[source]
openvsp.GetActiveCSNameVec(int CSGroupIndex) StringVector[source]
openvsp.GetCompleteCSNameVec() StringVector[source]
openvsp.GetAvailableCSNameVec(int CSGroupIndex) StringVector[source]
openvsp.SetVSPAEROControlGroupName(std: :string const & name, int CSGroupIndex)[source]
openvsp.GetVSPAEROControlGroupName(int CSGroupIndex) std::string[source]
openvsp.AddSelectedToCSGroup(IntVector selected, int CSGroupIndex)[source]
openvsp.RemoveSelectedFromCSGroup(IntVector selected, int CSGroupIndex)[source]
openvsp.GetNumControlSurfaceGroups() int[source]
openvsp.FindControlSurfaceGroup(int group_index) std::string[source]