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,
	NullableValue<AvlNet.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>
inPlaneTypeAvlNet.PlaneType
outPoints2DSystem.Collections.Generic.IList<AvlNet.Point2D>
outProjectionPlaneAvlNet.NullableValue<AvlNet.Plane3D>Plane the input is projected onto. Can be null to skip this parameter calculation.

Function Overrides

See also