You are here: Start » AVL.NET » AVS.Box3DCenter Method

AVS.Box3DCenter Method

Returns the center of the input box in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
outCenterAvlNet.Point3D

See also