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

AVL.Points2DToPoints3D_AxesPlane

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Points2DToPoints3D_AxesPlane
(
	IList<AvlNet.Point2D> inPoints2D,
	AvlNet.PlaneType inPlaneType,
	float inCoordinateValue,
	IList<AvlNet.Point3D> outPoints3D,
	NullableValue<AvlNet.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inPoints2DSystem.Collections.Generic.IList<AvlNet.Point2D>
inPlaneTypeAvlNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>
outProjectionPlaneAvlNet.NullableValue<AvlNet.Plane3D>Plane the input is projected onto. Can be null to skip this parameter calculation.

Function Overrides

See also