Back to FabImage Library website

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

Box3DVolume


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Returns the volume of the input box in 3D.

Syntax

C++
C#
 
void fil::Box3DVolume
(
	const fil::Box3D& inBox3D,
	float& outVolume
)

Parameters

Name Type Default Description
Input value inBox3D const Box3D&
Output value outVolume float&