IntersectionPoints2D Type
For infinite 2D lines. The result from computing the intersection of two infinite 2D 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. |
Full Usage:
Parallel
|
The lines are parallel within the given tolerance. |
|
The points of 2D intersection.
|
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.IsParallel
Returns: bool
|
|
Full Usage:
this.IsPoint
Returns: bool
|
|
Full Usage:
this.IsTooShort
Returns: bool
|
|