Library | Module

Class pfcPointDescriptor



Description

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



Property Summary

pfcPoint3DPoint
The point coordinates



Method Summary

static pfcPointDescriptorCreate (pfcPoint3D Point)
This method creates a new PointDescriptor object.



Property Detail


pfcPoint3DPoint

The point coordinates





Method Detail


static pfcPointDescriptorCreate (pfcPoint3D Point)

This method creates a new PointDescriptor object.
Parameters:
Point
The point
Returns:
The new PointDescriptor object.