You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Features » AVL.Box3DVolume

AVL.Box3DVolume

Returns the volume of the input box in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Box3DVolume
(
	AvlNet.Box3D inBox3D,
	out float outVolume
)

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
outVolumefloat

See also