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

Invoke.Points2DToPoints3D_AxesPlane

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Points2DToPoints3D_AxesPlane
(
	List<Avl.Point2D> inPoints2D,
	Avl.PlaneType inPlaneType,
	float inCoordinateValue,
	List<Avl.Point3D> outPoints3D,
	Optional<Avl.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inPoints2DSystem.Collections.Generic.List<Avl.Point2D>
inPlaneTypeAvl.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outPoints3DSystem.Collections.Generic.List<Avl.Point3D>
outProjectionPlaneAtl.Optional<Avl.Plane3D>Plane the input is projected onto.

See also