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

FIL.Box3DSurfaceArea

Returns the surface area of the input box in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Box3DSurfaceArea
(
	FilNet.Box3D inBox3D,
	out float outSurfaceArea
)

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3D
outSurfaceAreafloat

See also