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
The first endpoint
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