You are here: Start » FIL.NET » FIS.Circle3DBoundingBox Method

FIS.Circle3DBoundingBox Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inCircle3DFilNet.Circle3D
outBoundingBox3DFilNet.Box3D

See also