Sub-Surface Functions

Functions related to Sub-Surfaces are defined in this group.

AddSubSurf(std, int type, int surfindex=0)

GetSubSurf(-> std)

DeleteSubSurf()

ReorderSubSurf(std, std, int reorder_type)

SetSubSurfName()

GetSubSurfName(-> std)

GetSubSurfIndex(std)

GetSubSurfIDVec(std)

GetAllSubSurfIDs()

GetNumSubSurf(std)

GetSubSurfType(std)

GetSubSurfParmIDs(std)

IntersectSubSurf(std)

GetIntersectSubSurfGeomID(std)

SetIntersectSubSurfGeomID(std, std)

Details

openvsp.AddSubSurf(std: :string const & geom_id, int type, int surfindex=0) std::string[source]
openvsp.GetSubSurf(std: :string const & geom_id, int index) std::string[source]
openvsp.GetSubSurf(std: :string const & geom_id, std: :string const & name) StringVector
openvsp.DeleteSubSurf(std: :string const & geom_id, std: :string const & sub_id)[source]
openvsp.DeleteSubSurf(std: :string const & sub_id)
openvsp.ReorderSubSurf(std: :string const & geom_id, std: :string const & sub_id, int reorder_type)[source]
openvsp.SetSubSurfName(std: :string const & geom_id, std: :string const & sub_id, std: :string const & name)[source]
openvsp.SetSubSurfName(std: :string const & sub_id, std: :string const & name)
openvsp.GetSubSurfName(std: :string const & geom_id, std: :string const & sub_id) std::string[source]
openvsp.GetSubSurfName(std: :string const & sub_id) std::string
openvsp.GetSubSurfIndex(std: :string const & sub_id) int[source]
openvsp.GetSubSurfIDVec(std: :string const & geom_id) StringVector[source]
openvsp.GetAllSubSurfIDs() StringVector[source]
openvsp.GetNumSubSurf(std: :string const & geom_id) int[source]
openvsp.GetSubSurfType(std: :string const & sub_id) int[source]
openvsp.GetSubSurfParmIDs(std: :string const & sub_id) StringVector[source]
openvsp.IntersectSubSurf(std: :string const & sub_id)[source]
openvsp.GetIntersectSubSurfGeomID(std: :string const & sub_id) std::string[source]
openvsp.SetIntersectSubSurfGeomID(std: :string const & sub_id, std: :string const & geom_id)[source]