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

AVL.PathToRegionOfInterest

Converts a closed path to region of interest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PathToRegionOfInterest
(
	AvlNet.Path inPath,
	AvlNet.RegionOfInterest outRegionOfInterest
)

Parameters

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

See also