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.


Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: