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

Invoke.CropSurface

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CropSurface
(
	Avl.Surface inSurface,
	Optional<Avl.Region> inRoi,
	Avl.ValueLimits_f64 inXLimits,
	Avl.ValueLimits_f64 inYLimits,
	Avl.ValueLimits_f64 inZLimits,
	bool inPreserveDimensions,
	Avl.Surface outSurface,
	Optional<Avl.Region> outRejected
)

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
inRoiAtl.Optional<Avl.Region>Region of interest. Default value: atl::NIL.
inXLimitsAvl.ValueLimits_f64
inYLimitsAvl.ValueLimits_f64
inZLimitsAvl.ValueLimits_f64
inPreserveDimensionsboolFalseFlag indicating whether the surface dimensions should be preserved or not. Default value: False.
outSurfaceAvl.SurfaceOutput surface.
outRejectedAtl.Optional<Avl.Region>Region of locations where points are not contained in a given rectangular box.

See also