You are here: Start » AVL.NET » Invoke.Point3DToPoint2D_AxesPlane
Projects a 3D point onto a plane defined by coordinate axes.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void Point3DToPoint2D_AxesPlane ( Avl.Point3D inPoint3D, Avl.PlaneType inPlaneType, out Avl.Point2D outPoint2D, Optional<Avl.Plane3D> outProjectionPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint3D | Avl.Point3D | |||
![]() | inPlaneType | Avl.PlaneType | |||
![]() | outPoint2D | Avl.Point2D | |||
![]() | outProjectionPlane | Atl.Optional<Avl.Plane3D> | Plane the input is projected onto. |


