|  | 
| PlaneRayPlaneIntersection(Point3D, Vector3D) Method | 
            Returns a Point3D that represents intersection position of this plane and ray defined by rayPoint and rayDirection.
            
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
 Syntax
Syntaxpublic Point3D RayPlaneIntersection(
	Point3D rayOrigin,
	Vector3D rayDirection
)
Parameters
- rayOrigin  Point3D
- point on the ray as Point3D
- rayDirection  Vector3D
- direction of the ray as Vector3D
Return Value
Point3Dintersection point as Point3D
 See Also
See Also