// 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 _StepVisual_PlanarBox_HeaderFile #define _StepVisual_PlanarBox_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepVisual_PlanarBox_HeaderFile #include #endif #ifndef _StepGeom_Axis2Placement_HeaderFile #include #endif #ifndef _StepVisual_PlanarExtent_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class TCollection_HAsciiString; class StepGeom_Axis2Placement; class StepVisual_PlanarBox : public StepVisual_PlanarExtent { public: //! Returns a PlanarBox
Standard_EXPORT StepVisual_PlanarBox(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Standard_Real aSizeInX,const Standard_Real aSizeInY) ; Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Standard_Real aSizeInX,const Standard_Real aSizeInY,const StepGeom_Axis2Placement& aPlacement) ; Standard_EXPORT void SetPlacement(const StepGeom_Axis2Placement& aPlacement) ; Standard_EXPORT StepGeom_Axis2Placement Placement() const; DEFINE_STANDARD_RTTI(StepVisual_PlanarBox) protected: private: StepGeom_Axis2Placement placement; }; // other Inline functions and methods (like "C++: function call" methods) #endif