You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.Point2DToPoint3D_AxesPlane
Projects a 2D point onto a plane defined by 3D coordinate axes.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void Point2DToPoint3D_AxesPlane ( AvlNet.Point2D inPoint2D, AvlNet.PlaneType inPlaneType, float inCoordinateValue, out AvlNet.Point3D outPoint3D, NullableValue<AvlNet.Plane3D> outProjectionPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint2D | AvlNet.Point2D | |||
![]() | inPlaneType | AvlNet.PlaneType | |||
![]() | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]() | outPoint3D | AvlNet.Point3D | |||
![]() | outProjectionPlane | AvlNet.NullableValue<AvlNet.Plane3D> | Plane the input is projected onto. Can be null to skip this parameter calculation. |
Function Overrides
- Point2DToPoint3D_AxesPlane(Point2D, PlaneType, Single, Point3D)
- Point2DToPoint3D_AxesPlane(Point2D, PlaneType, Single, Point3D, Plane3D)


