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