DistanceConstraintMatch¶
Interface DistanceConstraintMatchExperimental
interface DistanceConstraintMatch {
point: [number, number, number];
pointOnDistanceTarget: [number, number, number];
}
point: [number, number, number];
pointOnDistanceTarget: [number, number, number];
}
Index
Properties
Was this page helpful? Please leave a thumbs up or down.
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.