appendPlaneIntersectionPoints Method
Compute points of simple (transverse) with a plane.
- Use isInPlane to test if the line segment is completely in the plane.
appendPlaneIntersectionPoints(plane: PlaneAltitudeEvaluator, result: CurveLocationDetail[]): number
| Parameter | Type | Description |
|---|---|---|
| plane | PlaneAltitudeEvaluator | |
| result | CurveLocationDetail[] |
Returns - number
Defined in
- curve/LineSegment3d.ts Line 347
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.