projectPointToPlaneInView MethodStatic

Return ray intersection with a plane defined by a point and normal

projectPointToPlaneInView(spacePt: Point3d, planePt: Point3d, planeNormal: Vector3d, vp: Viewport, checkAccuDraw: boolean = false, checkACS: boolean = false): Point3d | undefined

@see getBoresite

Parameter Type Description
spacePt Point3d  
planePt Point3d  
planeNormal Vector3d  
vp Viewport  
checkAccuDraw boolean  
checkACS boolean  

Returns - Point3d | undefined

Defined in

Last Updated: 09 May, 2026