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


