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

Invoke.CropSurfaceToBox3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CropSurfaceToBox3D
(
	Avl.Surface inSurface,
	Optional<Avl.Region> inRoi,
	Avl.Box3D inBox3D,
	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.
inBox3DAvl.Box3DBox defining a subspace to be cropped.
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 box in 3D.

See also