#include <CCPACSControlSurfaceBorderLeadingEdge.h>
Public Types | |
| enum class | ShapeType { SIMPLE = 0 , LE_SHAPE = 1 , AIRFOIL = 2 } |
Private Member Functions | |
| TopoDS_Wire | GetAirfoilWire (CTiglControlSurfaceBorderCoordinateSystem &coords) const |
| const CTiglUIDManager & | uidMgr () const |
Additional Inherited Members | |
| Protected Attributes inherited from tigl::generated::CPACSControlSurfaceBorderLeadingEdge | |
| boost::optional< CPACSContourReference > | m_airfoil_choice3 |
| CCPACSEtaIsoLine | m_etaLE |
| Relative spanwise inner/outer position of the leading edge of the control surface. | |
| boost::optional< CCPACSEtaIsoLine > | m_etaTE |
| Relative spanwise inner/outer position of the trailing edge of the control surface. Defaults to 'etaLE'. | |
| boost::optional< CPACSLeadingEdgeHollow > | m_innerShape_choice1 |
| boost::optional< CPACSLeadingEdgeShape > | m_leadingEdgeShape_choice2 |
| CCPACSControlSurfaceOuterShapeLeadingEdge * | m_parent |
| CTiglUIDManager * | m_uidMgr |
| boost::optional< CCPACSXsiIsoLine > | m_xsiTE_choice1 |
| Relative chordwise inner/outer position of the trailing edge of the control surface. Reference is eta/xsi from the parent. | |
| boost::optional< double > | m_xsiTELower_choice2 |
| boost::optional< double > | m_xsiTEUpper_choice2 |
|
strong |
| TIGL_EXPORT tigl::CCPACSControlSurfaceBorderLeadingEdge::CCPACSControlSurfaceBorderLeadingEdge | ( | CCPACSControlSurfaceOuterShapeLeadingEdge * | parent, |
| CTiglUIDManager * | uidMgr ) |
|
private |
| TIGL_EXPORT CTiglControlSurfaceBorderCoordinateSystem tigl::CCPACSControlSurfaceBorderLeadingEdge::GetCoordinateSystem | ( | gp_Vec | upDir | ) | const |
| TIGL_EXPORT double tigl::CCPACSControlSurfaceBorderLeadingEdge::getEtaLE | ( | ) | const |
| TIGL_EXPORT double tigl::CCPACSControlSurfaceBorderLeadingEdge::getEtaTE | ( | ) | const |
| TIGL_EXPORT ShapeType tigl::CCPACSControlSurfaceBorderLeadingEdge::GetShapeType | ( | ) | const |
| TIGL_EXPORT TopoDS_Wire tigl::CCPACSControlSurfaceBorderLeadingEdge::GetWire | ( | PNamedShape | wingShape, |
| gp_Vec | upDir ) const |
| TIGL_EXPORT double tigl::CCPACSControlSurfaceBorderLeadingEdge::getXsiLE | ( | ) | const |
| TIGL_EXPORT double tigl::CCPACSControlSurfaceBorderLeadingEdge::getXsiTE | ( | ) | const |
|
private |