Library | Module

Interface IpfcLineDescriptor



Description

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



Property Summary

PropertyEnd1as IpfcPoint3D
The first endpoint
PropertyEnd2as IpfcPoint3D
The second endpoint



Method Summary

FunctionCCpfcLineDescriptor.Create (End1 as IpfcPoint3D, End2 as IpfcPoint3D) as IpfcLineDescriptor
This method creates a new LineDescriptor object.



Property Detail


PropertyEnd1as IpfcPoint3D

The first endpoint




PropertyEnd2as IpfcPoint3D

The second endpoint





Method Detail


FunctionCCpfcLineDescriptor.Create (End1 as IpfcPoint3D, End2 as IpfcPoint3D) as IpfcLineDescriptor

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