You are here: Start » AVL.NET » AVL.PathToRegionOfInterest Method

AVL.PathToRegionOfInterest Method

Converts a closed path to region of interest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathToRegionOfInterest(
	AvlNet.Path inPath,
	out AvlNet.RegionOfInterest outRegionOfInterest
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outRegionOfInterestAvlNet.RegionOfInterest

Errors

Error type Description
DomainError Open path on input in PathToRegionOfInterest.

See also