You are here: Start » AVL.NET » Invoke.Segment3DToSegment2D
Converts a segment in 3D to a segment in 2D by ignoring its Z coordinates.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void Segment3DToSegment2D ( Avl.Segment3D inSegment3D, out Avl.Segment2D outSegment2D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSegment3D | Avl.Segment3D | |||
![]()  | outSegment2D | Avl.Segment2D | 


