Library | Module

Interface IpfcArrowDescriptor



Description

A data object representing the geometry of an arrow entity.
Direct Parent Classes:
IpfcCurveDescriptor



Property Summary

PropertyEnd1as IpfcPoint3D
The first end of the arrow
PropertyEnd2as IpfcPoint3D
The second end of the arrow



Method Summary

FunctionCCpfcArrowDescriptor.Create (End1 as IpfcPoint3D, End2 as IpfcPoint3D) as IpfcArrowDescriptor
This method creates a new ArrowDescriptor object.



Property Detail


PropertyEnd1as IpfcPoint3D

The first end of the arrow




PropertyEnd2as IpfcPoint3D

The second end of the arrow





Method Detail


FunctionCCpfcArrowDescriptor.Create (End1 as IpfcPoint3D, End2 as IpfcPoint3D) as IpfcArrowDescriptor

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