Header menu logo Euclid

IntersectionPoints2D Type

For infinite 2D lines. The result from computing the intersection of two infinite 2D lines.

Union cases

Union case Description

Coincident

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.

Parallel

Full Usage: Parallel

The lines are parallel within the given tolerance.

Point xPoint

Full Usage: Point xPoint

Parameters:
    xPoint : Pt

The points of 2D intersection.

xPoint : Pt

TooShort

Full Usage: TooShort

One or both input lines is shorter than the given minimum Length tolerance.

Instance members

Instance member Description

this.IsCoincident

Full Usage: this.IsCoincident

Returns: bool
Returns: bool

this.IsParallel

Full Usage: this.IsParallel

Returns: bool
Returns: bool

this.IsPoint

Full Usage: this.IsPoint

Returns: bool
Returns: bool

this.IsTooShort

Full Usage: this.IsTooShort

Returns: bool
Returns: bool

Type something to start searching.