#include <IGESGeom_TabulatedCylinder.hxx>
Inheritance diagram for IGESGeom_TabulatedCylinder:
Public Member Functions | |
Standard_EXPORT | IGESGeom_TabulatedCylinder () |
Standard_EXPORT void | Init (const Handle(IGESData_IGESEntity)&aDirectrix, const gp_XYZ &anEnd) |
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 Handle_IGESData_IGESEntity | Directrix () const |
returns the directrix curve of the tabulated cylinder | |
Standard_EXPORT gp_Pnt | EndPoint () const |
returns end point of generatrix of the tabulated cylinder | |
Standard_EXPORT gp_Pnt | TransformedEndPoint () const |
returns end point of generatrix of the tabulated cylinder after applying Transf. Matrix | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_IGESData_IGESEntity | theDirectrix |
gp_XYZ | theEnd |
|
|
|
|
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|