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


