// 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_FeaShellBendingStiffness_HeaderFile #define _StepFEA_FeaShellBendingStiffness_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepFEA_FeaShellBendingStiffness_HeaderFile #include #endif #ifndef _StepFEA_SymmetricTensor42d_HeaderFile #include #endif #ifndef _StepFEA_FeaMaterialPropertyRepresentationItem_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class TCollection_HAsciiString; class StepFEA_SymmetricTensor42d; //! Representation of STEP entity FeaShellBendingStiffness
class StepFEA_FeaShellBendingStiffness : public StepFEA_FeaMaterialPropertyRepresentationItem { public: //! Empty constructor
Standard_EXPORT StepFEA_FeaShellBendingStiffness(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aRepresentationItem_Name,const StepFEA_SymmetricTensor42d& aFeaConstants) ; //! Returns field FeaConstants
Standard_EXPORT StepFEA_SymmetricTensor42d FeaConstants() const; //! Set field FeaConstants
Standard_EXPORT void SetFeaConstants(const StepFEA_SymmetricTensor42d& FeaConstants) ; DEFINE_STANDARD_RTTI(StepFEA_FeaShellBendingStiffness) protected: private: StepFEA_SymmetricTensor42d theFeaConstants; }; // other Inline functions and methods (like "C++: function call" methods) #endif