You are here: Start » AVL.NET » 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
(
	AvlNet.Point3D[] inPoint3DArray,
	out AvlNet.Point2D[] outPoint2DArray
)

Parameters

Name Type Range Default Description
inPoint3DArrayAvlNet.Point3D[]
outPoint2DArrayAvlNet.Point2D[]

See also