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

AVS.RegionHoles Method

Creates regions of the holes of the input region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionHoles
(
	AvlNet.Region inRegion,
	AvlNet.RegionConnectivity inConnectivity,
	int inMinHoleArea,
	IList<AvlNet.Region> outHoles
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inConnectivityAvlNet.RegionConnectivityRegion connectivity semantics.
inMinHoleAreaint<0, INF>1Minimal area of a resulting hole. Default value: 1.
outHolesSystem.Collections.Generic.IList<AvlNet.Region>

Function Overrides

See also