You are here: Start » AVL.NET » Invoke.Circle3DBoundingBox
Computes the smallest box in 3D containing a circle in 3D.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void Circle3DBoundingBox ( Avl.Circle3D inCircle3D, out Avl.Box3D outBoundingBox3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inCircle3D | Avl.Circle3D | |||
![]()  | outBoundingBox3D | Avl.Box3D | 


