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

AVL.Line2DToLine3D_AxesPlane

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Line2DToLine3D_AxesPlane
(
	AvlNet.Line2D inLine2D,
	AvlNet.PlaneType inPlaneType,
	float inCoordinateValue,
	out AvlNet.Line3D outLine3D,
	out AvlNet.Plane3D outProjectionPlane
)

Parameters

Name Type Range Default Description
inLine2DAvlNet.Line2D
inPlaneTypeAvlNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outLine3DAvlNet.Line3D
outProjectionPlaneAvlNet.Plane3DPlane the input is projected onto.

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect plane type.

Function Overrides

See also