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

AVL.CropSurface Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CropSurface(
	AvlNet.Surface inSurface,
	out AvlNet.Surface outSurface,
	out AvlNet.Region outRejected
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outSurfaceAvlNet.SurfaceOutput surface.
outRejectedAvlNet.RegionRegion of locations where points are not contained in a given rectangular box

See also