projectPointToPlaneInView MethodStatic
Return ray intersection with a plane defined by a point and normal
projectPointToPlaneInView(spacePt: Point3d, planePt: Point3d, planeNormal: Vector3d, vp: Viewport, checkAccuDraw: booleanfalse, checkACS: booleanfalse): undefined | Point3d
@see getBoresite
| Parameter | Type | Description | 
|---|---|---|
| spacePt | Point3d | |
| planePt | Point3d | |
| planeNormal | Vector3d | |
| vp | Viewport | |
| checkAccuDraw | boolean | |
| checkACS | boolean | 
Returns - undefined | Point3d
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.