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

FIL.Box3DVolume

Returns the volume of the input box in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3D
outVolumefloat

See also