DistanceConstraintMatch

Type Alias DistanceConstraintMatchExperimental

DistanceConstraintMatch: {
    point: [number, number, number];
    pointOnDistanceTarget: [number, number, number];
}

Attention: This type is experimental and may be changed or removed in future versions.

A point match for a distance constraint. It contains the point that matches the distance constraint and the corresponding point on the target from which the distance was measured.

Type declaration

  • point: [number, number, number]

    The point that matches the distance constraint.

  • pointOnDistanceTarget: [number, number, number]

    The corresponding point on the target from which the distance was measured.