You are here: Start » AVL.NET » AVS.RegionContours Method

AVS.RegionContours Method

Computes an array of closed paths corresponding to the contours of the input region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionContours
(
	AvlNet.Region inRegion,
	AvlNet.RegionContourMode inContourMode,
	AvlNet.RegionConnectivity inRegionConnectivity,
	IList<AvlNet.Path> outContours
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inContourModeAvlNet.RegionContourMode
inRegionConnectivityAvlNet.RegionConnectivityEightDirectionsRegion connectivity semantics. Default value: EightDirections.
outContoursSystem.Collections.Generic.IList<AvlNet.Path>

See also