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


