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

FIL.Circle3DBoundingBox

Computes the smallest box in 3D containing a circle in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Circle3DBoundingBox
(
	FilNet.Circle3D inCircle3D,
	out FilNet.Box3D outBoundingBox3D
)

Parameters

Name Type Range Default Description
inCircle3DFilNet.Circle3D
outBoundingBox3DFilNet.Box3D

See also