You are here: Start » FIL.NET » FIS.SplitRegionIntoExactlyNComponents Method
FIS.SplitRegionIntoExactlyNComponents Method
Splits a region into a fixed-size array of regions.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SplitRegionIntoExactlyNComponents ( FilNet.Region inRegion, int inComponentCount, float inDistanceBalance, bool inRemoveBoundaryBlobs, INullable<SafeList<FilNet.Region>> outComponents )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inComponentCount | int | <1, INF> | ||
![]() | inDistanceBalance | float | <-1.0f, 1.0f> | Defines how much important the distance between regions in x coordinate is according to distance in y coordinate. | |
![]() | inRemoveBoundaryBlobs | bool | False | Flag indicating whether the blobs on border of the input region should be removed or not. Default value: False. | |
![]() | outComponents | FilNet.INullable<FilNet.SafeList<FilNet.Region>> | This parameter cannot be null. |