You are here: Start » AVL.NET » Invoke.Circle3DBoundingBox

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
inCircle3DAvl.Circle3D
outBoundingBox3DAvl.Box3D

See also