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

AVL.SurfaceBoundingBox Method

Computes the bounding box 3D of given surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceBoundingBox(
	AvlNet.Surface inSurface,
	AvlNet.Region inRoi,
	out AvlNet.Box3D outBoundingBox3D
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.RegionRegion of interest. Default value: atl::NIL, or null.
outBoundingBox3DAvlNet.Box3DBounding box of the surface points.

Errors

Error type Description
DomainError No valid point in given region in SurfaceBoundingBox.

See also