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


