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

AVL.Box3DCenter

Returns the center of the input box in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Box3DCenter
(
	AvlNet.Box3D inBox3D,
	out AvlNet.Point3D outCenter
)

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
outCenterAvlNet.Point3D

See also