|
TIGL_EXPORT | CCPACSFuselage (CCPACSFuselages *parent, CTiglUIDManager *uidMgr) |
|
TIGL_EXPORT void | CreateNewConnectedElementAfter (std::string startElementUID) override |
|
TIGL_EXPORT void | CreateNewConnectedElementBefore (std::string startElementUID) override |
|
TIGL_EXPORT void | CreateNewConnectedElementBetween (std::string startElementUID, std::string endElementUID) override |
|
TIGL_EXPORT void | DeleteConnectedElement (std::string elementUID) override |
|
TIGL_EXPORT std::vector< std::string > | GetAllUsedProfiles () |
|
TIGL_EXPORT double | GetCircumference (int segmentIndex, double eta) |
|
TIGL_EXPORT TiglGeometricComponentIntent | GetComponentIntent () const override |
|
TIGL_EXPORT TiglGeometricComponentType | GetComponentType () const override |
|
TIGL_EXPORT CCPACSConfiguration & | GetConfiguration () const |
|
TIGL_EXPORT std::vector< tigl::CTiglSectionElement * > | GetCTiglElements () |
|
TIGL_EXPORT std::string | GetDefaultedUID () const override |
|
TIGL_EXPORT TiglGetPointBehavior | GetGetPointBehavior () const |
|
TIGL_EXPORT std::vector< gp_Pnt > | GetGuideCurvePoints () const |
|
TIGL_EXPORT CCPACSGuideCurve & | GetGuideCurveSegment (std::string uid) |
|
TIGL_EXPORT const CCPACSGuideCurve & | GetGuideCurveSegment (std::string uid) const |
|
TIGL_EXPORT double | GetLength () |
|
TIGL_EXPORT double | GetMaximalHeight () |
|
TIGL_EXPORT double | GetMaximalWidth () |
|
TIGL_EXPORT gp_Pnt | GetMinumumDistanceToGround (gp_Ax1 RAxis, double angle) |
|
TIGL_EXPORT CTiglPoint | GetNoseCenter () |
|
TIGL_EXPORT std::vector< std::string > | GetOrderedConnectedElement () override |
|
TIGL_EXPORT gp_Pnt | GetPoint (int segmentIndex, double eta, double zeta) |
|
TIGL_EXPORT boost::optional< CTiglTransformation > | GetPositioningTransformation (const std::string §ionUID) |
|
TIGL_EXPORT CCPACSFuselageSection & | GetSection (int index) const |
|
TIGL_EXPORT int | GetSectionCount () const |
|
TIGL_EXPORT TopoDS_Shape | GetSectionFace (const std::string section_uid) const |
|
TIGL_EXPORT CCPACSFuselageSegment & | GetSegment (const int index) |
|
TIGL_EXPORT const CCPACSFuselageSegment & | GetSegment (const int index) const |
|
TIGL_EXPORT CCPACSFuselageSegment & | GetSegment (std::string uid) |
|
TIGL_EXPORT int | GetSegmentCount () const |
|
TIGL_EXPORT double | GetSurfaceArea () |
|
TIGL_EXPORT double | GetVolume () |
|
TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &fuselageXPath) override |
|
TIGL_EXPORT void | SetAllProfiles (const std::string &profileUID) |
|
TIGL_EXPORT void | SetGetPointBehavior (TiglGetPointBehavior behavior=asParameterOnSurface) |
|
TIGL_EXPORT void | SetLength (double newLength) |
|
TIGL_EXPORT void | SetMaxHeight (double newMaxHeight) |
|
TIGL_EXPORT void | SetMaxWidth (double newMaxWidth) |
|
TIGL_EXPORT void | SetNoseCenter (const CTiglPoint &newCenter) |
|
TIGL_EXPORT void | SetParentUID (const boost::optional< std::string > &value) override |
|
TIGL_EXPORT void | SetRotation (const CTiglPoint &newRotation) |
|
TIGL_EXPORT void | SetSymmetryAxis (const TiglSymmetryAxis &axis) override |
|
TIGL_EXPORT void | SetTransformation (const CCPACSTransformation &transform) override |
|
TIGL_EXPORT | ~CCPACSFuselage () override |
|
TIGL_EXPORT | CPACSFuselage (CCPACSFuselages *parent, CTiglUIDManager *uidMgr) |
|
virtual TIGL_EXPORT const boost::optional< CPACSCompartments > & | GetCompartments () const |
|
virtual TIGL_EXPORT boost::optional< CPACSCompartments > & | GetCompartments () |
|
virtual TIGL_EXPORT CPACSCompartments & | GetCompartments (CreateIfNotExistsTag) |
|
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
|
virtual TIGL_EXPORT const std::string & | GetName () const |
|
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
|
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
|
TIGL_EXPORT CCPACSFuselages * | GetParent () |
|
TIGL_EXPORT const CCPACSFuselages * | GetParent () const |
|
virtual TIGL_EXPORT const boost::optional< std::string > & | GetParentUID () const |
|
virtual TIGL_EXPORT const boost::optional< CCPACSPositionings > & | GetPositionings () const |
|
virtual TIGL_EXPORT boost::optional< CCPACSPositionings > & | GetPositionings () |
|
virtual TIGL_EXPORT CCPACSPositionings & | GetPositionings (CreateIfNotExistsTag) |
|
virtual TIGL_EXPORT const CCPACSFuselageSections & | GetSections () const |
|
virtual TIGL_EXPORT CCPACSFuselageSections & | GetSections () |
|
virtual TIGL_EXPORT const CCPACSFuselageSegments & | GetSegments () const |
|
virtual TIGL_EXPORT CCPACSFuselageSegments & | GetSegments () |
|
virtual TIGL_EXPORT const boost::optional< CCPACSFuselageStructure > & | GetStructure () const |
|
virtual TIGL_EXPORT boost::optional< CCPACSFuselageStructure > & | GetStructure () |
|
virtual TIGL_EXPORT CCPACSFuselageStructure & | GetStructure (CreateIfNotExistsTag) |
|
virtual TIGL_EXPORT const boost::optional< TiglSymmetryAxis > & | GetSymmetry () const |
|
virtual TIGL_EXPORT const CCPACSTransformation & | GetTransformation () const |
|
virtual TIGL_EXPORT CCPACSTransformation & | GetTransformation () |
|
virtual TIGL_EXPORT const std::string & | GetUID () const |
|
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
|
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
|
virtual TIGL_EXPORT void | RemoveCompartments () |
|
virtual TIGL_EXPORT void | RemovePositionings () |
|
virtual TIGL_EXPORT void | RemoveStructure () |
|
virtual TIGL_EXPORT void | SetDescription (const boost::optional< std::string > &value) |
|
virtual TIGL_EXPORT void | SetName (const std::string &value) |
|
virtual TIGL_EXPORT void | SetSymmetry (const boost::optional< TiglSymmetryAxis > &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 | ~CPACSFuselage () |
|
boost::optional< std::string > | GetObjectUID () const |
|
virtual | ~CTiglReqUIDObject ()=default |
|
TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
|
virtual | ~ITiglUIDRefObject ()=default |
|
TIGL_EXPORT | CTiglRelativelyPositionedComponent (MaybeOptionalPtr< std::string > parentUid, MaybeOptionalPtr< CCPACSTransformation > trans) |
|
TIGL_EXPORT | CTiglRelativelyPositionedComponent (MaybeOptionalPtr< std::string > parentUid, MaybeOptionalPtr< CCPACSTransformation > trans, boost::optional< TiglSymmetryAxis > *symmetryAxis) |
|
TIGL_EXPORT ChildContainerType | GetChildren (bool recursive) |
|
TIGL_EXPORT boost::optional< const std::string & > | GetParentUID () const |
|
virtual TIGL_EXPORT CTiglPoint | GetRotation () const |
|
virtual TIGL_EXPORT CTiglPoint | GetScaling () const |
|
TIGL_EXPORT TiglSymmetryAxis | GetSymmetryAxis () const override |
|
virtual TIGL_EXPORT CTiglTransformation | GetTransformationMatrix () const |
|
virtual TIGL_EXPORT CTiglPoint | GetTranslation () const |
|
virtual TIGL_EXPORT ECPACSTranslationType | GetTranslationType () const |
|
TIGL_EXPORT void | Reset () const |
|
TIGL_EXPORT void | SetParentUID (const std::string &parentUID) |
|
| CTiglAbstractGeometricComponent () |
|
TIGL_EXPORT Bnd_Box const & | GetBoundingBox () const |
|
virtual TIGL_EXPORT bool | GetIsOn (const gp_Pnt &pnt) const |
|
TIGL_EXPORT bool | GetIsOnMirrored (const gp_Pnt &pnt) const |
|
TIGL_EXPORT PNamedShape | GetLoft () const override |
|
virtual TIGL_EXPORT PNamedShape | GetMirroredLoft () const |
|
TIGL_EXPORT void | Reset () const |
|
virtual | ~ITiglGeometricComponent () |
|