You are here: Start » FIL.NET » FIS.OpenSurfacePoints Method

FIS.OpenSurfacePoints 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 OpenSurfacePoints
(
	FilNet.Surface inSurface,
	FilNet.KernelShape inKernel,
	int inRadiusX,
	bool inPreserveDimensions,
	FilNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inKernelFilNet.KernelShapeKernel shape (predefined).
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
inPreserveDimensionsboolFlag indicating whether the surface dimensions should be preserved or not.
outSurfaceFilNet.SurfaceOutput surface.

Function Overrides

See also