You are here: Start » FIL.NET » Invoke.Points3DToPoints2D_AxesPlane
Projects an array of 3D points onto a plane defined by coordinate axes.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void Points3DToPoints2D_AxesPlane ( List<Fil.Point3D> inPoints3D, Fil.PlaneType inPlaneType, List<Fil.Point2D> outPoints2D, Optional<Fil.Plane3D> outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints3D | System.Collections.Generic.List<Fil.Point3D> | |||
![]() | inPlaneType | Fil.PlaneType | |||
![]() | outPoints2D | System.Collections.Generic.List<Fil.Point2D> | |||
![]() | outProjectionPlane | Ftl.Optional<Fil.Plane3D> | Plane the input is projected onto. |