Functions for Sets

The following group of API functions deals with set manipulation.

GetNumSets()

SetSetName(int index, std)

GetSetName(int index)

GetGeomSetAtIndex(int index)

GetGeomSet(std)

GetSetIndex(std)

GetSetFlag(std, int set_index)

SetSetFlag(std, int set_index, bool flag)

CopyPasteSet(int copyIndex, int pasteIndex)

GetBBoxSet(int set)

GetScaleIndependentBBoxSet(int set)

ShowSet(int set_index)

NoShowSet(int set_index)

ShowOnlySet(int set_index)

Details

openvsp.GetNumSets() int[source]
openvsp.SetSetName(int index, std: :string const & name)[source]
openvsp.GetSetName(int index) std::string[source]
openvsp.GetGeomSetAtIndex(int index) StringVector[source]
openvsp.GetGeomSet(std: :string const & name) StringVector[source]
openvsp.GetSetIndex(std: :string const & name) int[source]
openvsp.GetSetFlag(std: :string const & geom_id, int set_index) bool[source]
openvsp.SetSetFlag(std: :string const & geom_id, int set_index, bool flag)[source]
openvsp.CopyPasteSet(int copyIndex, int pasteIndex)[source]
openvsp.GetBBoxSet(int set) bool[source]
openvsp.GetScaleIndependentBBoxSet(int set) bool[source]
openvsp.ShowSet(int set_index)[source]
openvsp.NoShowSet(int set_index)[source]
openvsp.ShowOnlySet(int set_index)[source]