Header menu logo Euclid

XParam Type

Describes the possible relationships of two finite 3D lines. Returns parameters on both lines if they intersect or are skew.

Union cases

Union case Description

Apart

Full Usage: Apart

The finite 3D lines do not touch each other and their closest approach is outside their finite definition. However they are not parallel. XParam.Parallel is used when they are parallel.

Intersect(twoParams, float)

Full Usage: Intersect(twoParams, float)

Parameters:
    twoParams : float
    Item2 : float

The finite lines are intersecting in one well defined point (coplanar case).

twoParams : float
Item2 : float

Parallel

Full Usage: Parallel

The lines are parallel, within the given tolerance. They have infinity many or no points in common.

Skew(paramA, paramB, squareDist)

Full Usage: Skew(paramA, paramB, squareDist)

Parameters:
    paramA : float
    paramB : float
    squareDist : float

The finite 3D lines are skew (not parallel, not coplanar). Their closest approach is within the finite line segments.

paramA : float
paramB : float
squareDist : float

TooShortA

Full Usage: TooShortA

Only Line A is shorter than the given minimum length tolerance.

TooShortB

Full Usage: TooShortB

Only Line B is shorter than the given minimum length tolerance.

TooShortBoth

Full Usage: TooShortBoth

Both Lines are shorter than the given minimum length tolerance.

Instance members

Instance member Description

this.IsApart

Full Usage: this.IsApart

Returns: bool
Returns: bool

this.IsIntersect

Full Usage: this.IsIntersect

Returns: bool
Returns: bool

this.IsParallel

Full Usage: this.IsParallel

Returns: bool
Returns: bool

this.IsSkew

Full Usage: this.IsSkew

Returns: bool
Returns: bool

this.IsTooShortA

Full Usage: this.IsTooShortA

Returns: bool
Returns: bool

this.IsTooShortB

Full Usage: this.IsTooShortB

Returns: bool
Returns: bool

this.IsTooShortBoth

Full Usage: this.IsTooShortBoth

Returns: bool
Returns: bool

Type something to start searching.