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

FIS.CropSurfaceToBox3D Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CropSurfaceToBox3D
(
	FilNet.Surface inSurface,
	FilNet.Box3D inBox3D,
	bool inPreserveDimensions,
	FilNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inBox3DFilNet.Box3DBox defining a subspace to be cropped.
inPreserveDimensionsboolFalseFlag indicating whether the surface dimensions should be preserved or not. Default value: False.
outSurfaceFilNet.SurfaceOutput surface.

Function Overrides

See also