// 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_ArbitraryVolume3dElementCoordinateSystem_HeaderFile #define _StepFEA_ArbitraryVolume3dElementCoordinateSystem_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepFEA_ArbitraryVolume3dElementCoordinateSystem_HeaderFile #include #endif #ifndef _Handle_StepFEA_FeaAxis2Placement3d_HeaderFile #include #endif #ifndef _StepFEA_FeaRepresentationItem_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class StepFEA_FeaAxis2Placement3d; class TCollection_HAsciiString; //! Representation of STEP entity ArbitraryVolume3dElementCoordinateSystem
class StepFEA_ArbitraryVolume3dElementCoordinateSystem : public StepFEA_FeaRepresentationItem { public: //! Empty constructor
Standard_EXPORT StepFEA_ArbitraryVolume3dElementCoordinateSystem(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aRepresentationItem_Name,const Handle(StepFEA_FeaAxis2Placement3d)& aCoordinateSystem) ; //! Returns field CoordinateSystem
Standard_EXPORT Handle_StepFEA_FeaAxis2Placement3d CoordinateSystem() const; //! Set field CoordinateSystem
Standard_EXPORT void SetCoordinateSystem(const Handle(StepFEA_FeaAxis2Placement3d)& CoordinateSystem) ; DEFINE_STANDARD_RTTI(StepFEA_ArbitraryVolume3dElementCoordinateSystem) protected: private: Handle_StepFEA_FeaAxis2Placement3d theCoordinateSystem; }; // other Inline functions and methods (like "C++: function call" methods) #endif