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
inSurfaceFilNet.SurfaceInput surface.
inRegionFilNet.RegionRegion from which the points are not removed.
inPreserveDimensionsboolFalseFlag indicating whether the surface dimensions should be preserved or not. Default value: False.
outSurfaceFilNet.SurfaceOutput surface.

See also