// 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_FeaSurfaceSectionGeometricRelationship_HeaderFile #define _StepFEA_FeaSurfaceSectionGeometricRelationship_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepFEA_FeaSurfaceSectionGeometricRelationship_HeaderFile #include #endif #ifndef _Handle_StepElement_SurfaceSection_HeaderFile #include #endif #ifndef _Handle_StepElement_AnalysisItemWithinRepresentation_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepElement_SurfaceSection; class StepElement_AnalysisItemWithinRepresentation; //! Representation of STEP entity FeaSurfaceSectionGeometricRelationship
class StepFEA_FeaSurfaceSectionGeometricRelationship : public MMgt_TShared { public: //! Empty constructor
Standard_EXPORT StepFEA_FeaSurfaceSectionGeometricRelationship(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(StepElement_SurfaceSection)& aSectionRef,const Handle(StepElement_AnalysisItemWithinRepresentation)& aItem) ; //! Returns field SectionRef
Standard_EXPORT Handle_StepElement_SurfaceSection SectionRef() const; //! Set field SectionRef
Standard_EXPORT void SetSectionRef(const Handle(StepElement_SurfaceSection)& 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_FeaSurfaceSectionGeometricRelationship) protected: private: Handle_StepElement_SurfaceSection theSectionRef; Handle_StepElement_AnalysisItemWithinRepresentation theItem; }; // other Inline functions and methods (like "C++: function call" methods) #endif