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

AVL.CropSurfaceToBox3D Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CropSurfaceToBox3D(
	AvlNet.Surface inSurface,
	AvlNet.Box3D inBox3D,
	out AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inBox3DAvlNet.Box3DBox defining a subspace to be cropped.
outSurfaceAvlNet.SurfaceOutput surface.

See also