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

Invoke.CropSurface

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CropSurface
(
	Fil.Surface inSurface,
	Optional<Fil.Region> inRoi,
	Fil.ValueLimits_f64 inXLimits,
	Fil.ValueLimits_f64 inYLimits,
	Fil.ValueLimits_f64 inZLimits,
	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.
inXLimitsFil.ValueLimits_f64
inYLimitsFil.ValueLimits_f64
inZLimitsFil.ValueLimits_f64
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 rectangular box.

See also