DistanceConstraintMatch¶
Type Alias DistanceConstraintMatchExperimental
DistanceConstraintMatch: {
point: [number, number, number];
pointOnDistanceTarget: [number, number, number];
}
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.