You are here: Start » AVL.NET » Invoke.Segments2DToSegments3D_AxesPlane
Projects an array of 2D segments onto a plane defined by 3D coordinate axes.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void Segments2DToSegments3D_AxesPlane ( List<Avl.Segment2D> inSegments2D, Avl.PlaneType inPlaneType, float inCoordinateValue, List<Avl.Segment3D> outSegments3D, Optional<Avl.Plane3D> outProjectionPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSegments2D | System.Collections.Generic.List<Avl.Segment2D> | |||
![]()  | inPlaneType | Avl.PlaneType | |||
![]()  | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]()  | outSegments3D | System.Collections.Generic.List<Avl.Segment3D> | |||
![]()  | outProjectionPlane | Atl.Optional<Avl.Plane3D> | Plane the input is projected onto. | 


