You are here: Start » AVL.NET » Invoke.ProjectPoint2DOntoPlane3D
Projects a point on a plane Z=0 onto a given plane, translating it parallel to Z axis.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ProjectPoint2DOntoPlane3D ( Avl.Point2D inPoint2D, Avl.Plane3D inPlane, out Avl.Point3D outPointOnPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint2D | Avl.Point2D | |||
![]() | inPlane | Avl.Plane3D | |||
![]() | outPointOnPlane | Avl.Point3D | Point projected on a plane parallel to Z axis. |


