You are here: Start » FIL.NET » Invoke.Point3DArrayToPoint2DArray
Converts an array of points in 3D to an array of points in 2D by ignoring their Z coordinates.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void Point3DArrayToPoint2DArray ( List<Fil.Point3D> inPoint3DArray, List<Fil.Point2D> outPoint2DArray )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3DArray | System.Collections.Generic.List<Fil.Point3D> | |||
![]() | outPoint2DArray | System.Collections.Generic.List<Fil.Point2D> |