You are here: Start » AVL.NET » Invoke.FitSegmentToRegion
Approximates a region with a segment using selected outliers suppression method.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void FitSegmentToRegion ( Avl.Region inRegion, Avl.RegionSegmentFittingMethod inMethod, out Avl.Segment2D outSegment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRegion | Avl.Region | Input region. | ||
![]()  | inMethod | Avl.RegionSegmentFittingMethod | |||
![]()  | outSegment | Avl.Segment2D | 


