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

FIS.CropSurface Method

Removes from the surface points that are not contained in a given rectangular box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CropSurface
(
	FilNet.Surface inSurface,
	NullableRef<FilNet.Region> inRoi,
	double? inMinX,
	double? inMaxX,
	double? inMinY,
	double? inMaxY,
	double? inMinZ,
	double? inMaxZ,
	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.
inMinXdouble?
inMaxXdouble?
inMinYdouble?
inMaxYdouble?
inMinZdouble?
inMaxZdouble?
inPreserveDimensionsboolFalseFlag indicating whether the surface dimensions should be preserved or not. Default value: False.
outSurfaceFilNet.SurfaceOutput surface.

Function Overrides

See also