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
inRegionAvlNet.RegionInput region.
inMethodAvlNet.RegionSegmentFittingMethod
outSegmentAvlNet.Segment2D

See also