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

FIL.Box3DCenter

Returns the center of the input box in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3D
outCenterFilNet.Point3D

See also