API Documentation > Classes > Interface IpfcLineDescriptor
Interface IpfcLineDescriptor
Description
A data object representing the geometry of a line.
Direct Parent Classes:
Property Summary
Property
The first endpoint
Property
The second endpoint
Method Summary
Function
This method creates a new LineDescriptor object.
Property Detail
Property
End1
The first endpoint
Property
End2
The second endpoint
Method Detail
Function
CCpfcLineDescriptor.Create
This method creates a new LineDescriptor object.
Parameters:
End1
The first endpoint
End2
The second endpoint
Returns:
The new LineDescriptor object
Was this helpful?