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

AVL.Line3DToLine2D_AxesPlane

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Line3DToLine2D_AxesPlane
(
	AvlNet.Line3D inLine3D,
	AvlNet.PlaneType inPlaneType,
	out AvlNet.Line2D outLine2D
)

Parameters

Name Type Range Default Description
inLine3DAvlNet.Line3D
inPlaneTypeAvlNet.PlaneType
outLine2DAvlNet.Line2D

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect plane type.

Function Overrides

See also