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

AVL.Box3DSurfaceArea

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
outSurfaceAreafloat

See also