Definition of a ribCell. More...
#include <CPACSWingRibCell.h>
Public Member Functions | |
TIGL_EXPORT | CPACSWingRibCell (CCPACSWingRibCrossSection *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const std::string & | GetFromRib () const |
virtual TIGL_EXPORT const CPACSCap & | GetLowerCap () const |
virtual TIGL_EXPORT CPACSCap & | GetLowerCap () |
virtual TIGL_EXPORT const CCPACSMaterialDefinition & | GetMaterial () const |
virtual TIGL_EXPORT CCPACSMaterialDefinition & | GetMaterial () |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CCPACSWingRibCrossSection * | GetParent () |
TIGL_EXPORT const CCPACSWingRibCrossSection * | GetParent () const |
virtual TIGL_EXPORT const CPACSPointX & | GetRibRotation () const |
virtual TIGL_EXPORT CPACSPointX & | GetRibRotation () |
virtual TIGL_EXPORT const std::string & | GetToRib () const |
virtual TIGL_EXPORT const std::string & | GetUID () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT const CPACSCap & | GetUpperCap () const |
virtual TIGL_EXPORT CPACSCap & | GetUpperCap () |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | SetFromRib (const std::string &value) |
virtual TIGL_EXPORT void | SetToRib (const std::string &value) |
virtual TIGL_EXPORT void | SetUID (const std::string &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSWingRibCell () |
Public Member Functions inherited from tigl::CTiglReqUIDObject | |
boost::optional< std::string > | GetObjectUID () const |
virtual | ~CTiglReqUIDObject ()=default |
Public Member Functions inherited from tigl::CTiglUIDObject | |
TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
Protected Attributes | |
std::string | m_fromRib |
Defines the beginning of the ribCell. The enumeration is within the ribSet. More... | |
CPACSCap | m_lowerCap |
CCPACSMaterialDefinition | m_material |
The orthotropyDirection is defined as rotation around the ribs z-axis. The rib coordinate system is defined as follows: x-axis is from leading to trailingeEdge of the componentSegment in the direction of the rib elongation. z-axis is normal to the rib in the direction of positive eta. y is defined by right hand rule. Rotation is around the z-axis. Zero degrees are at the x-axis positive direction. More... | |
CCPACSWingRibCrossSection * | m_parent |
CPACSPointX | m_ribRotation |
WING: The Rotation along the x describes a rotation around a line, that is defined by the intersection of the rib with the wing middle plane (orientated from leading to trailing edge). This angle defaults to 90° which means, that the rib is perpendicular on the wings middle plane. PYLON: The Rotation along the z describes a rotation around the pylons z-axis (= rotation in top view). This angle defaults to 90° which means, that the rib is perpendicular to the pylons x-axis. More... | |
std::string | m_toRib |
Defines the ending of the ribCell. The enumeration is within the ribSet. More... | |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
CPACSCap | m_upperCap |
Private Member Functions | |
CPACSWingRibCell (const CPACSWingRibCell &)=delete | |
CPACSWingRibCell (CPACSWingRibCell &&)=delete | |
CPACSWingRibCell & | operator= (const CPACSWingRibCell &)=delete |
CPACSWingRibCell & | operator= (CPACSWingRibCell &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
Definition of a ribCell.
RibCells are optional elements. They are defined via a fromRib and a toRib. The enumeration is within the ribSet. RibNumber 1 starts at etaStart.
TIGL_EXPORT tigl::generated::CPACSWingRibCell::CPACSWingRibCell | ( | CCPACSWingRibCrossSection * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
TIGL_EXPORT CCPACSWingRibCrossSection* tigl::generated::CPACSWingRibCell::GetParent | ( | ) |
TIGL_EXPORT const CCPACSWingRibCrossSection* tigl::generated::CPACSWingRibCell::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Defines the beginning of the ribCell. The enumeration is within the ribSet.
|
protected |
|
protected |
The orthotropyDirection is defined as rotation around the ribs z-axis. The rib coordinate system is defined as follows: x-axis is from leading to trailingeEdge of the componentSegment in the direction of the rib elongation. z-axis is normal to the rib in the direction of positive eta. y is defined by right hand rule. Rotation is around the z-axis. Zero degrees are at the x-axis positive direction.
|
protected |
|
protected |
WING: The Rotation along the x describes a rotation around a line, that is defined by the intersection of the rib with the wing middle plane (orientated from leading to trailing edge). This angle defaults to 90° which means, that the rib is perpendicular on the wings middle plane. PYLON: The Rotation along the z describes a rotation around the pylons z-axis (= rotation in top view). This angle defaults to 90° which means, that the rib is perpendicular to the pylons x-axis.
|
protected |
Defines the ending of the ribCell. The enumeration is within the ribSet.
|
protected |
|
protected |
|
protected |