You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.CircleSection

AVL.CircleSection

Computes an arciform section of the circle perimeter.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CircleSection
(
	AvlNet.Circle2D inCircle,
	float inStartAngle,
	float inSweepAngle,
	out AvlNet.Arc2D outArc
)

Parameters

Name Type Range Default Description
inCircleAvlNet.Circle2DInput circle.
inStartAnglefloatDirection at which the arc begins.
inSweepAnglefloatAngular length of the arc (may be negative).
outArcAvlNet.Arc2D

Examples

CircleSection performed on the sample circle, inStartAngle = 20.0 and inSweepAngle = 110.0.

See also