You are here: Start » FIL.NET » Invoke.CropSurfaceToBox3D

Invoke.CropSurfaceToBox3D

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CropSurfaceToBox3D
(
	Fil.Surface inSurface,
	Optional<Fil.Region> inRoi,
	Fil.Box3D inBox3D,
	bool inPreserveDimensions,
	Fil.Surface outSurface,
	Optional<Fil.Region> outRejected
)

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inRoiFtl.Optional<Fil.Region>Region of interest. Default value: ftl::NIL.
inBox3DFil.Box3DBox defining a subspace to be cropped.
inPreserveDimensionsboolFalseFlag indicating whether the surface dimensions should be preserved or not. Default value: False.
outSurfaceFil.SurfaceOutput surface.
outRejectedFtl.Optional<Fil.Region>Region of locations where points are not contained in a given box in 3D.

See also