// 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_SweptSurface_HeaderFile #define _StepGeom_SweptSurface_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepGeom_SweptSurface_HeaderFile #include #endif #ifndef _Handle_StepGeom_Curve_HeaderFile #include #endif #ifndef _StepGeom_Surface_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class StepGeom_Curve; class TCollection_HAsciiString; class StepGeom_SweptSurface : public StepGeom_Surface { public: //! Returns a SweptSurface
Standard_EXPORT StepGeom_SweptSurface(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName) ; Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepGeom_Curve)& aSweptCurve) ; Standard_EXPORT void SetSweptCurve(const Handle(StepGeom_Curve)& aSweptCurve) ; Standard_EXPORT Handle_StepGeom_Curve SweptCurve() const; DEFINE_STANDARD_RTTI(StepGeom_SweptSurface) protected: private: Handle_StepGeom_Curve sweptCurve; }; // other Inline functions and methods (like "C++: function call" methods) #endif