// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _StepFEA_FeaCurveSectionGeometricRelationship_HeaderFile #define _StepFEA_FeaCurveSectionGeometricRelationship_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepFEA_FeaCurveSectionGeometricRelationship_HeaderFile #include #endif #ifndef _Handle_StepElement_CurveElementSectionDefinition_HeaderFile #include #endif #ifndef _Handle_StepElement_AnalysisItemWithinRepresentation_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepElement_CurveElementSectionDefinition; class StepElement_AnalysisItemWithinRepresentation; //! Representation of STEP entity FeaCurveSectionGeometricRelationship
class StepFEA_FeaCurveSectionGeometricRelationship : public MMgt_TShared { public: //! Empty constructor
Standard_EXPORT StepFEA_FeaCurveSectionGeometricRelationship(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(StepElement_CurveElementSectionDefinition)& aSectionRef,const Handle(StepElement_AnalysisItemWithinRepresentation)& aItem) ; //! Returns field SectionRef
Standard_EXPORT Handle_StepElement_CurveElementSectionDefinition SectionRef() const; //! Set field SectionRef
Standard_EXPORT void SetSectionRef(const Handle(StepElement_CurveElementSectionDefinition)& SectionRef) ; //! Returns field Item
Standard_EXPORT Handle_StepElement_AnalysisItemWithinRepresentation Item() const; //! Set field Item
Standard_EXPORT void SetItem(const Handle(StepElement_AnalysisItemWithinRepresentation)& Item) ; DEFINE_STANDARD_RTTI(StepFEA_FeaCurveSectionGeometricRelationship) protected: private: Handle_StepElement_CurveElementSectionDefinition theSectionRef; Handle_StepElement_AnalysisItemWithinRepresentation theItem; }; // other Inline functions and methods (like "C++: function call" methods) #endif