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


