Open CASCADE Technology
6.5.4
|
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.
#include <IGESGeom_TabulatedCylinder.hxx>
Public Member Functions | |
IGESGeom_TabulatedCylinder () | |
void | Init (const Handle< IGESData_IGESEntity > &aDirectrix, const gp_XYZ &anEnd) |
This method is used to set the fields of the class TabulatedCylinder | |
Handle_IGESData_IGESEntity | Directrix () const |
returns the directrix curve of the tabulated cylinder | |
gp_Pnt | EndPoint () const |
returns end point of generatrix of the tabulated cylinder | |
gp_Pnt | TransformedEndPoint () const |
returns end point of generatrix of the tabulated cylinder after applying Transf. Matrix |
Handle_IGESData_IGESEntity IGESGeom_TabulatedCylinder::Directrix | ( | ) | const |
gp_Pnt IGESGeom_TabulatedCylinder::EndPoint | ( | ) | const |
void IGESGeom_TabulatedCylinder::Init | ( | const Handle< IGESData_IGESEntity > & | aDirectrix, |
const gp_XYZ & | anEnd | ||
) |
- aDirectrix : Directrix Curve of the tabulated cylinder <br> - anEnd : Coordinates of the terminate point of the <br> generatrix <br>
The start point of the directrix is identical to the start
point of the generatrix