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,
	NullableRef<FilNet.Region> inRoi,
	FilNet.KernelShape inKernel,
	int inRadiusX,
	int? inRadiusY,
	bool inPreserveDimensions,
	FilNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inRoiFilNet.NullableRef<FilNet.Region>Region of interest. Default value: ftl::NIL.
inKernelFilNet.KernelShapeKernel shape (predefined).
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
inRadiusYint?<0, INF>Nearly half of the kernel's height (2*R+1), or same as inRadiusX. Default value: ftl::NIL.
inPreserveDimensionsboolFlag indicating whether the surface dimensions should be preserved or not.
outSurfaceFilNet.SurfaceOutput surface.

Function Overrides

See also