You are here: Start » AVL.NET » AVS.Circle3DBoundingBox Method

AVS.Circle3DBoundingBox Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inCircle3DAvlNet.Circle3D
outBoundingBox3DAvlNet.Box3D

See also