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