You are here: Start » FIL.NET » FIS.ErodeSurfacePoints Method
FIS.ErodeSurfacePoints Method
Removes some existing points from the input surface when some points in their vicinity are missing.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void ErodeSurfacePoints ( FilNet.Surface inSurface, FilNet.KernelShape inKernel, int inRadiusX, bool inPreserveDimensions, FilNet.Surface outSurface )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inKernel | FilNet.KernelShape | Kernel shape (predefined). | ||
![]() | inRadiusX | int | <0, INF> | 1 | Nearly half of the kernel's width (2*R+1). Default value: 1. |
![]() | inPreserveDimensions | bool | Flag indicating whether the surface dimensions should be preserved or not. | ||
![]() | outSurface | FilNet.Surface | Output surface. |


