You are here: Start » AVL.NET » AVL.SplitRegionIntoExactlyNComponents(AvlNet.Region, int, int?, float, bool, AvlNet.Region[])

AVL.SplitRegionIntoExactlyNComponents(AvlNet.Region, int, int?, float, bool, AvlNet.Region[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SplitRegionIntoExactlyNComponents(
	AvlNet.Region inRegion,
	int inComponentCount,
	int? inMaxDistance,
	float inDistanceBalance,
	bool inRemoveBoundaryBlobs,
	out AvlNet.Region[] outComponents
)

Parameters

inRegion
Type: AvlNet.Region
inComponentCount
Type: System.Int32
inMaxDistance
Type: System.Nullable<System.Int32>
inDistanceBalance
Type: System.Single
inRemoveBoundaryBlobs
Type: System.Boolean
outComponents
Type: AvlNet.Region

See also