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


