You are here: Start » AVL.NET » Invoke.FitSegmentToRegion

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
inRegionAvl.RegionInput region.
inMethodAvl.RegionSegmentFittingMethod
outSegmentAvl.Segment2D

See also