Library | File

Class pfcArrowDescriptor

# include <pfcGeometry.h>

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



Description

A data object representing the geometry of an arrow entity.



Method Summary

static pfcArrowDescriptor_ptrCreate (pfcPoint3D_ptr End1, pfcPoint3D_ptr End2)
This method creates a new ArrowDescriptor object.
pfcPoint3D_ptrGetEnd1 ()
voidSetEnd1 (pfcPoint3D_ptr value)
The first end of the arrow
pfcPoint3D_ptrGetEnd2 ()
voidSetEnd2 (pfcPoint3D_ptr value)
The second end of the arrow


Methods Inherited from Class pfcCurveDescriptor:

GetCurveType



Method Detail

pfcPoint3D_ptrGetEnd1 ()
voidSetEnd1 (pfcPoint3D_ptr value)

The first end of the arrow




pfcPoint3D_ptrGetEnd2 ()
voidSetEnd2 (pfcPoint3D_ptr value)

The second end of the arrow




static pfcArrowDescriptor_ptrCreate (pfcPoint3D_ptr End1, pfcPoint3D_ptr End2)

This method creates a new ArrowDescriptor object.
See Also:
pfcDetailEntityInstructions
Parameters:
End1
The first endpoint
End2
The second endpoint
Returns:
The new ArrowDescriptor object