You are here: Start » AVL.NET » Invoke.Points3DToPoints2D_AxesPlane

Invoke.Points3DToPoints2D_AxesPlane

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Points3DToPoints2D_AxesPlane
(
	List<Avl.Point3D> inPoints3D,
	Avl.PlaneType inPlaneType,
	List<Avl.Point2D> outPoints2D,
	Optional<Avl.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.List<Avl.Point3D>
inPlaneTypeAvl.PlaneType
outPoints2DSystem.Collections.Generic.List<Avl.Point2D>
outProjectionPlaneAtl.Optional<Avl.Plane3D>Plane the input is projected onto.

See also