You are here: Start » AVL.NET » AVL.Point3DArrayToPoint2DArray Method

AVL.Point3DArrayToPoint2DArray Method

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

public static void Point3DArrayToPoint2DArray(
	AvlNet.Point3D[] inPoint3DArray,
	out AvlNet.Point2D[] outPoint2DArray
)

Parameters

Name Type Range Default Description
inPoint3DArrayAvlNet.Point3D
outPoint2DArrayAvlNet.Point2D

See also