You are here: Start » AVL.NET » Invoke.Box3DCenter

Invoke.Box3DCenter

Returns the center of the input box in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DAvl.Box3D
outCenterAvl.Point3D

See also