You are here: Start » AVL.NET » AVS.Point2DToPoint3D_AxesPlane Method

AVS.Point2DToPoint3D_AxesPlane Method

Projects a 2D point onto a plane defined by 3D coordinate axes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Point2DToPoint3D_AxesPlane
(
	AvlNet.Point2D inPoint2D,
	AvlNet.PlaneType inPlaneType,
	float inCoordinateValue,
	out AvlNet.Point3D outPoint3D,
	NullableValue<AvlNet.Plane3D> outProjectionPlane
)

Parameters

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

Function Overrides

See also