isInPlane Method
Ask if the curves of the collection are within tolerance of the input plane.
isInPlane(plane: Plane3dByOriginAndUnitNormal): boolean
@returns whether the collection is nonempty and its curves lie within tolerance of the plane.
| Parameter | Type | Description |
|---|---|---|
| plane | Plane3dByOriginAndUnitNormal |
Returns - boolean
whether the collection is nonempty and its curves lie within tolerance of the plane.
Defined in
- curve/CurveCollection.ts Line 392
Last Updated: 24 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.