Library | File

Class pfcPointDescriptor

# include <pfcGeometry.h>

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



Description

A data object representing the geometry of a point.



Method Summary

static pfcPointDescriptor_ptrCreate (pfcPoint3D_ptr Point)
This method creates a new PointDescriptor object.
pfcPoint3D_ptrGetPoint ()
voidSetPoint (pfcPoint3D_ptr value)
The point coordinates


Methods Inherited from Class pfcCurveDescriptor:

GetCurveType



Method Detail

pfcPoint3D_ptrGetPoint ()
voidSetPoint (pfcPoint3D_ptr value)

The point coordinates




static pfcPointDescriptor_ptrCreate (pfcPoint3D_ptr Point)

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