// 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 _IGESGeom_TabulatedCylinder_HeaderFile #define _IGESGeom_TabulatedCylinder_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESGeom_TabulatedCylinder_HeaderFile #include #endif #ifndef _Handle_IGESData_IGESEntity_HeaderFile #include #endif #ifndef _gp_XYZ_HeaderFile #include #endif #ifndef _IGESData_IGESEntity_HeaderFile #include #endif class IGESData_IGESEntity; class gp_XYZ; class gp_Pnt; //! defines IGESTabulatedCylinder, Type <122> Form <0>
//! in package IGESGeom
//! A tabulated cylinder is a surface formed by moving a line
//! segment called generatrix parallel to itself along a curve
//! called directrix. The curve may be a line, circular arc,
//! conic arc, parametric spline curve, rational B-spline
//! curve or composite curve.
class IGESGeom_TabulatedCylinder : public IGESData_IGESEntity { public: Standard_EXPORT IGESGeom_TabulatedCylinder(); //! This method is used to set the fields of the class
//! TabulatedCylinder
//! - aDirectrix : Directrix Curve of the tabulated cylinder
//! - anEnd : Coordinates of the terminate point of the
//! generatrix
//! The start point of the directrix is identical to the start
//! point of the generatrix
Standard_EXPORT void Init(const Handle(IGESData_IGESEntity)& aDirectrix,const gp_XYZ& anEnd) ; //! returns the directrix curve of the tabulated cylinder
Standard_EXPORT Handle_IGESData_IGESEntity Directrix() const; //! returns end point of generatrix of the tabulated cylinder
Standard_EXPORT gp_Pnt EndPoint() const; //! returns end point of generatrix of the tabulated cylinder
//! after applying Transf. Matrix
Standard_EXPORT gp_Pnt TransformedEndPoint() const; DEFINE_STANDARD_RTTI(IGESGeom_TabulatedCylinder) protected: private: Handle_IGESData_IGESEntity theDirectrix; gp_XYZ theEnd; }; // other Inline functions and methods (like "C++: function call" methods) #endif