XSecSurf Functions

This group of API functions provides capabilities related to the XSecSurf class in OpenVSP.

GetNumXSecSurfs(std)

GetXSecSurf(std, int index)

GetNumXSec(std)

GetXSec(std, int xsec_index)

ChangeXSecShape(std, int xsec_index, int type)

SetXSecSurfGlobalXForm(std, Matrix4d mat)

GetXSecSurfGlobalXForm(std)

Details

openvsp.GetNumXSecSurfs(std: :string const & geom_id) int[source]
openvsp.GetXSecSurf(std: :string const & geom_id, int index) std::string[source]
openvsp.GetNumXSec(std: :string const & xsec_surf_id) int[source]
openvsp.GetXSec(std: :string const & xsec_surf_id, int xsec_index) std::string[source]
openvsp.ChangeXSecShape(std: :string const & xsec_surf_id, int xsec_index, int type)[source]
openvsp.SetXSecSurfGlobalXForm(std: :string const & xsec_surf_id, Matrix4d mat)[source]
openvsp.GetXSecSurfGlobalXForm(std: :string const & xsec_surf_id) Matrix4d[source]