Library | Module

Class pfcLineDescriptor



Description

A data object representing the geometry of a line.
Direct Parent Classes:
pfcCurveDescriptor



Property Summary

pfcPoint3DEnd1
The first endpoint
pfcPoint3DEnd2
The second endpoint



Method Summary

static pfcLineDescriptorCreate (pfcPoint3D End1, pfcPoint3D End2)
This method creates a new LineDescriptor object.



Property Detail


pfcPoint3DEnd1

The first endpoint




pfcPoint3DEnd2

The second endpoint





Method Detail


static pfcLineDescriptorCreate (pfcPoint3D End1, pfcPoint3D End2)

This method creates a new LineDescriptor object.
Parameters:
End1
The first endpoint
End2
The second endpoint
Returns:
The new LineDescriptor object