API Documentation > Interface Classes > Class pfcLineDescriptor
Class pfcLineDescriptor

# include <pfcGeometry.h>

class
pfcLineDescriptor
: public virtual
pfcCurveDescriptor
{
xdeclare(pfcLineDescriptor)
...
};
This is a
COMPACT class.

Description
A data object representing the geometry of a line.
Method Summary
This method creates a new LineDescriptor object.
void
The first endpoint
void
The second endpoint
Methods Inherited from Class pfcCurveDescriptor::
Method Detail
GetEnd1
()
void
SetEnd1
(pfcPoint3D_ptr value)
The first endpoint
GetEnd2
()
void
SetEnd2
(pfcPoint3D_ptr value)
The second endpoint
This method creates a new LineDescriptor object.
Parameters:
End1
The first endpoint
End2
The second endpoint
Returns:
The new LineDescriptor object
Was this helpful?