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

Invoke.Box3DVolume

Returns the volume of the input box in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DAvl.Box3D
outVolumefloat

See also