Functions for Sets
The following group of API functions deals with set manipulation.
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]