You are here: Start » FIL.NET » FIS.CropSurfaceToRegion Method
FIS.CropSurfaceToRegion Method
Removes points that are not present in a given region.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CropSurfaceToRegion ( FilNet.Surface inSurface, FilNet.Region inRegion, bool inPreserveDimensions, FilNet.Surface outSurface )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inRegion | FilNet.Region | Region from which the points are not removed. | ||
![]() | inPreserveDimensions | bool | False | Flag indicating whether the surface dimensions should be preserved or not. Default value: False. | |
![]() | outSurface | FilNet.Surface | Output surface. |