You are here: Start » FIL.NET » Invoke.TrimSegmentToPolygon
Finds all subsegments that are inside a given polygon.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TrimSegmentToPolygon ( Fil.Path inPolygon, Fil.Segment2D inSegment, List<Fil.Segment2D> outSubsegments )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPolygon | Fil.Path | |||
![]() | inSegment | Fil.Segment2D | |||
![]() | outSubsegments | System.Collections.Generic.List<Fil.Segment2D> |


