// 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_SurfaceOfRevolution_HeaderFile #define _StepGeom_SurfaceOfRevolution_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepGeom_SurfaceOfRevolution_HeaderFile #include #endif #ifndef _Handle_StepGeom_Axis1Placement_HeaderFile #include #endif #ifndef _StepGeom_SweptSurface_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_StepGeom_Curve_HeaderFile #include #endif class StepGeom_Axis1Placement; class TCollection_HAsciiString; class StepGeom_Curve; class StepGeom_SurfaceOfRevolution : public StepGeom_SweptSurface { public: //! Returns a SurfaceOfRevolution
Standard_EXPORT StepGeom_SurfaceOfRevolution(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepGeom_Curve)& aSweptCurve) ; Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepGeom_Curve)& aSweptCurve,const Handle(StepGeom_Axis1Placement)& aAxisPosition) ; Standard_EXPORT void SetAxisPosition(const Handle(StepGeom_Axis1Placement)& aAxisPosition) ; Standard_EXPORT Handle_StepGeom_Axis1Placement AxisPosition() const; DEFINE_STANDARD_RTTI(StepGeom_SurfaceOfRevolution) protected: private: Handle_StepGeom_Axis1Placement axisPosition; }; // other Inline functions and methods (like "C++: function call" methods) #endif