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

AVL.Circle3DArea

Computes the area of a circle in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Circle3DArea
(
	AvlNet.Circle3D inCircle3D,
	out float outArea
)

Parameters

Name Type Range Default Description
inCircle3DAvlNet.Circle3D
outAreafloat

See also