// 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_OffsetSurface_HeaderFile #define _StepGeom_OffsetSurface_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepGeom_OffsetSurface_HeaderFile #include #endif #ifndef _Handle_StepGeom_Surface_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _StepData_Logical_HeaderFile #include #endif #ifndef _StepGeom_Surface_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class StepGeom_Surface; class TCollection_HAsciiString; class StepGeom_OffsetSurface : public StepGeom_Surface { public: //! Returns a OffsetSurface
Standard_EXPORT StepGeom_OffsetSurface(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName) ; Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepGeom_Surface)& aBasisSurface,const Standard_Real aDistance,const StepData_Logical aSelfIntersect) ; Standard_EXPORT void SetBasisSurface(const Handle(StepGeom_Surface)& aBasisSurface) ; Standard_EXPORT Handle_StepGeom_Surface BasisSurface() const; Standard_EXPORT void SetDistance(const Standard_Real aDistance) ; Standard_EXPORT Standard_Real Distance() const; Standard_EXPORT void SetSelfIntersect(const StepData_Logical aSelfIntersect) ; Standard_EXPORT StepData_Logical SelfIntersect() const; DEFINE_STANDARD_RTTI(StepGeom_OffsetSurface) protected: private: Handle_StepGeom_Surface basisSurface; Standard_Real distance; StepData_Logical selfIntersect; }; // other Inline functions and methods (like "C++: function call" methods) #endif