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


