IntersectionPoints3D Type
For infinite 3D lines. The result from computing the intersection of two infinite 3D lines.
Union cases
Union case |
Description
|
Full Usage:
Coincident
|
The lines are coincident or maybe even identical, within the given tolerance. As infinite lines they have infinitely many points in common. |
|
The 3D lines are intersection in one point within the given tolerance.
|
Full Usage:
Parallel
|
The lines are parallel within the given tolerance. |
Full Usage:
TooShort
|
One or both input lines is shorter than the given minimum Length tolerance. |
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsCoincident
Returns: bool
|
|
Full Usage:
this.IsOnePoint
Returns: bool
|
|
Full Usage:
this.IsParallel
Returns: bool
|
|
Full Usage:
this.IsTooShort
Returns: bool
|
|
Full Usage:
this.IsTwoPoints
Returns: bool
|
|