API Documentation > Classes > Class pfcLine
Class pfcLine
Description
This class defines a line or curve.
Direct Parent Classes:
User Guide References:
Property Summary
/* readonly */ pfcPoint3D
The beginning of the line
/* readonly */ pfcPoint3D
The end of the line
Property Detail
/* readonly */ pfcPoint3D
End1
The beginning of the line
/* readonly */ pfcPoint3D
End2
The end of the line
Was this helpful?