projectXYZToPlane Method
Return the projection of (x,y,z) onto the plane.
- If the plane is degenerate to a ray, project to the ray.
- If the plane is degenerate to its origin, return the point.
projectXYZToPlane(x: number, y: number, z: number, result?: Point3d): Point3d
| Parameter | Type | Description |
|---|---|---|
| x | number | |
| y | number | |
| z | number | |
| result | Point3d |
Returns - Point3d
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.