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

AVS.SurfaceBoundingBox Method

Computes the bounding box 3D of given surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outBoundingBox3DAvlNet.Box3DBounding box of the surface points.

Function Overrides

See also