You are here: Start » AVL.NET » Invoke.Line3DToLine2D_AxesPlane
Projects a 3D line onto a plane defined by coordinate axes.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void Line3DToLine2D_AxesPlane ( Avl.Line3D inLine3D, Avl.PlaneType inPlaneType, out Avl.Line2D outLine2D, Optional<Avl.Plane3D> outProjectionPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inLine3D | Avl.Line3D | |||
![]()  | inPlaneType | Avl.PlaneType | |||
![]()  | outLine2D | Avl.Line2D | |||
![]()  | outProjectionPlane | Atl.Optional<Avl.Plane3D> | Plane the input is projected onto. | 


