You are here: Start » AVL.NET » Invoke.TrimSegmentToCircle
Creates a segment contained in a circle from another segment.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TrimSegmentToCircle ( Avl.Segment2D inSegment, Avl.Circle2D inCircle, Conditional<Avl.Segment2D> outSegment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSegment | Avl.Segment2D | |||
![]()  | inCircle | Avl.Circle2D | Circle defining a region the input segment will be cropped to. | ||
![]()  | outSegment | Atl.Conditional<Avl.Segment2D> | 


