XPnt Type
Describes the possible relationships of two finite 3D lines. Returns the intersection or closest point if they intersect or are skew.
Union cases
| Union case |
Description
|
Full Usage:
Apart
|
The finite 3D lines do not touch each other. Their intersection point (or closest approach) is outside of their finite definition. However they are not parallel. XPt.Parallel is used when they are parallel. |
|
The finite lines are intersecting in one well defined point (coplanar case).
|
Full Usage:
Parallel
|
The lines are parallel, within the given tolerance. They have infinity many or no points in common. |
|
|
Full Usage:
TooShortA
|
Only Line A is shorter than the given minimum length tolerance. |
Full Usage:
TooShortB
|
Only Line B is shorter than the given minimum length tolerance. |
Full Usage:
TooShortBoth
|
Both Lines are shorter than the given minimum length tolerance. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsApart
Returns: bool
|
|
Full Usage:
this.IsIntersect
Returns: bool
|
|
Full Usage:
this.IsParallel
Returns: bool
|
|
Full Usage:
this.IsSkew
Returns: bool
|
|
Full Usage:
this.IsTooShortA
Returns: bool
|
|
Full Usage:
this.IsTooShortB
Returns: bool
|
|
Full Usage:
this.IsTooShortBoth
Returns: bool
|
|
Euclid