You are here: Start » AVL.NET » AVS.Points3DToPoints2D_AxesPlane Method

AVS.Points3DToPoints2D_AxesPlane Method

Projects an array of 3D points onto a plane defined by coordinate axes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Points3DToPoints2D_AxesPlane
(
	IList<AvlNet.Point3D> inPoints3D,
	AvlNet.PlaneType inPlaneType,
	IList<AvlNet.Point2D> outPoints2D
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>
inPlaneTypeAvlNet.PlaneType
outPoints2DSystem.Collections.Generic.IList<AvlNet.Point2D>

Function Overrides

See also