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

AVL.Circle3DBoundingBox

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inCircle3DAvlNet.Circle3D
outBoundingBox3DAvlNet.Box3D

See also