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


