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,
	double? inMinX,
	double? inMaxX,
	double? inMinY,
	double? inMaxY,
	double? inMinZ,
	double? inMaxZ,
	out AvlNet.Surface outSurface,
	out AvlNet.Region outRejected
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inMinXdouble?
inMaxXdouble?
inMinYdouble?
inMaxYdouble?
inMinZdouble?
inMaxZdouble?
outSurfaceAvlNet.SurfaceOutput surface.
outRejectedAvlNet.RegionRegion of locations where points are not contained in a given rectangular box

See also