Line3F
A 3D line geometric object defined by two 3D points.
Single precision.
Public Fields
| p1 |
Point3F The end points of the line. |
|
| p2 |
Point3F The end points of the line. |
Properties
| IsUndefined readonly |
System.Boolean |
|
| Undefined static,readonly |
Line3F |
Methods
| ToString |
String ToString () String representation of the line. Returns: (X1,Y1,Z1)-(X2,Y2,Z3) |
|
| ZIntercept |
Point3F ZIntercept (Double zoffset) | |
| ZIntercept |
Point3F ZIntercept (Double zoffset, Boolean& degenerate) |