You are here: Start » AVL.NET » Function Reference » Conversions » AVL.Point3DArrayToPoint2DArray

AVL.Point3DArrayToPoint2DArray

Converts an array of points in 3D to an array of points in 2D by ignoring their Z coordinates.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Point3DArrayToPoint2DArray
(
	IList<AvlNet.Point3D> inPoint3DArray,
	IList<AvlNet.Point2D> outPoint2DArray
)

Parameters

Name Type Range Default Description
inPoint3DArraySystem.Collections.Generic.IList<AvlNet.Point3D>
outPoint2DArraySystem.Collections.Generic.IList<AvlNet.Point2D>

See also