You are here: Start » AVL.NET » Function Reference » Conversions » AVL.Circle2DToShapeRegion

AVL.Circle2DToShapeRegion

Converts a circle to region of interest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Circle2DToShapeRegion
(
	AvlNet.Circle2D inCircle,
	AvlNet.ShapeRegion outShapeRegion
)

Parameters

Name Type Range Default Description
inCircleAvlNet.Circle2D
outShapeRegionAvlNet.ShapeRegion

See also