// 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 _StepGeom_OrientedSurface_HeaderFile #define _StepGeom_OrientedSurface_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepGeom_OrientedSurface_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _StepGeom_Surface_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class TCollection_HAsciiString; //! Representation of STEP entity OrientedSurface
class StepGeom_OrientedSurface : public StepGeom_Surface { public: //! Empty constructor
Standard_EXPORT StepGeom_OrientedSurface(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aRepresentationItem_Name,const Standard_Boolean aOrientation) ; //! Returns field Orientation
Standard_EXPORT Standard_Boolean Orientation() const; //! Set field Orientation
Standard_EXPORT void SetOrientation(const Standard_Boolean Orientation) ; DEFINE_STANDARD_RTTI(StepGeom_OrientedSurface) protected: private: Standard_Boolean theOrientation; }; // other Inline functions and methods (like "C++: function call" methods) #endif