Class pfcTorus

# include <pfcGeometry.h>

class
pfcTorus
: public virtual
pfcTransformedSurface
{
xaideclare(pfcTorus)
...
};


Description
A Creo Parametric surface with a toroidal shape.
User Guide References:
Direct Known Subclasses:
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class pfcModelItem::
Methods Inherited from Class pfcSurface::
Methods Inherited from Class pfcTransformedSurface::
Method Summary
The distance from the center of the generating arc to the axis of revolution
The radius of the generating arc
Method Detail
GetRadius1
()
The distance from the center of the generating arc to the axis of revolution
GetRadius2
()
The radius of the generating arc
Was this helpful?