Class pfcLine

# include <pfcGeometry.h>

class
pfcLine
: public virtual
pfcCurve
{
xaideclare(pfcLine)
...
};


Description
This class defines a line or curve.
User Guide References:
Direct Known Subclasses:
Methods Inherited from Class pfcGeomCurve::
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::
Method Summary
The beginning of the line
The end of the line
Method Detail
GetEnd1
()
The beginning of the line
GetEnd2
()
The end of the line
Was this helpful?