#include <CTiglWingStructureReference.h>
Public Types | |
| enum | Type { ComponentSegmentType , TrailingEdgeDeviceType } |
Private Attributes | |
| union { | |
| const CCPACSWingComponentSegment * componentSegment | |
| }; | |
| Type | type |
| TIGL_EXPORT tigl::CTiglWingStructureReference::CTiglWingStructureReference | ( | const CCPACSWingComponentSegment & | parent | ) |
| TIGL_EXPORT tigl::CTiglWingStructureReference::CTiglWingStructureReference | ( | const CCPACSWingCSStructure & | structure | ) |
| TIGL_EXPORT void tigl::CTiglWingStructureReference::GetEtaXsiLocal | ( | const gp_Pnt & | p, |
| double & | eta, | ||
| double & | xsi ) const |
| TIGL_EXPORT TopoDS_Face tigl::CTiglWingStructureReference::GetInnerFace | ( | ) | const |
| TIGL_EXPORT gp_Vec tigl::CTiglWingStructureReference::GetLeadingEdgeDirection | ( | const gp_Pnt & | point, |
| const std::string & | defaultSegmentUID = "" ) const |
| TIGL_EXPORT double tigl::CTiglWingStructureReference::GetLeadingEdgeLength | ( | ) | const |
| TIGL_EXPORT TopoDS_Wire tigl::CTiglWingStructureReference::GetLeadingEdgeLine | ( | ) | const |
| TIGL_EXPORT gp_Pnt tigl::CTiglWingStructureReference::GetLeadingEdgePoint | ( | double | relativePos | ) | const |
| TIGL_EXPORT PNamedShape tigl::CTiglWingStructureReference::GetLoft | ( | TiglCoordinateSystem | reference = WING_COORDINATE_SYSTEM | ) | const |
| TIGL_EXPORT TopoDS_Shape tigl::CTiglWingStructureReference::GetLowerShape | ( | TiglCoordinateSystem | reference = WING_COORDINATE_SYSTEM | ) | const |
| TIGL_EXPORT gp_Vec tigl::CTiglWingStructureReference::GetMidplaneEtaDir | ( | double | eta | ) | const |
| TIGL_EXPORT TopoDS_Wire tigl::CTiglWingStructureReference::GetMidplaneLine | ( | const gp_Pnt & | startPoint, |
| const gp_Pnt & | endPoint ) const |
| TIGL_EXPORT gp_Vec tigl::CTiglWingStructureReference::GetMidplaneNormal | ( | double | eta | ) | const |
| TIGL_EXPORT TopoDS_Shape tigl::CTiglWingStructureReference::GetMidplaneShape | ( | ) | const |
| TIGL_EXPORT TopoDS_Face tigl::CTiglWingStructureReference::GetOuterFace | ( | ) | const |
| TIGL_EXPORT gp_Pnt tigl::CTiglWingStructureReference::GetPoint | ( | double | eta, |
| double | xsi, | ||
| const std::string & | referenceUID, | ||
| TiglCoordinateSystem | reference ) const |
| TIGL_EXPORT gp_Pnt tigl::CTiglWingStructureReference::GetPoint | ( | double | eta, |
| double | xsi, | ||
| TiglCoordinateSystem | reference ) const |
| TIGL_EXPORT const boost::optional< CCPACSWingCSStructure > & tigl::CTiglWingStructureReference::GetStructure | ( | ) | const |
| TIGL_EXPORT gp_Vec tigl::CTiglWingStructureReference::GetTrailingEdgeDirection | ( | const gp_Pnt & | point, |
| const std::string & | defaultSegmentUID = "" ) const |
| TIGL_EXPORT double tigl::CTiglWingStructureReference::GetTrailingEdgeLength | ( | ) | const |
| TIGL_EXPORT TopoDS_Wire tigl::CTiglWingStructureReference::GetTrailingEdgeLine | ( | ) | const |
| TIGL_EXPORT gp_Pnt tigl::CTiglWingStructureReference::GetTrailingEdgePoint | ( | double | relativePos | ) | const |
| TIGL_EXPORT Type tigl::CTiglWingStructureReference::GetType | ( | ) | const |
| TIGL_EXPORT const std::string & tigl::CTiglWingStructureReference::GetUID | ( | ) | const |
| TIGL_EXPORT TopoDS_Shape tigl::CTiglWingStructureReference::GetUpperShape | ( | TiglCoordinateSystem | reference = WING_COORDINATE_SYSTEM | ) | const |
| TIGL_EXPORT const CCPACSWing & tigl::CTiglWingStructureReference::GetWing | ( | ) | const |
| TIGL_EXPORT const CCPACSWingComponentSegment & tigl::CTiglWingStructureReference::GetWingComponentSegment | ( | ) | const |
| union { ... } tigl::CTiglWingStructureReference |
| const CCPACSWingComponentSegment* tigl::CTiglWingStructureReference::componentSegment |
|
private |