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

Invoke.SurfaceBoundingBox

Computes the bounding box 3D of given surface.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SurfaceBoundingBox
(
	Avl.Surface inSurface,
	Optional<Avl.Region> inRoi,
	out Avl.Box3D outBoundingBox3D
)

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
inRoiAtl.Optional<Avl.Region>Region of interest. Default value: atl::NIL.
outBoundingBox3DAvl.Box3DBounding box of the surface points.

See also