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

AVS.Line2DToLine3D_AxesPlane Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Line2DToLine3D_AxesPlane
(
	AvlNet.Line2D inLine2D,
	AvlNet.PlaneType inPlaneType,
	float inCoordinateValue,
	out AvlNet.Line3D outLine3D,
	NullableValue<AvlNet.Plane3D> outProjectionPlane
)

Parameters

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

Function Overrides

See also