You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.Points3DToPoints2D_AxesPlane

AVL.Points3DToPoints2D_AxesPlane

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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