You are here: Start » FIL.NET » Invoke.CircleSection

Invoke.CircleSection

Computes an arciform section of the circle perimeter.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also