You are here: Start » FIL.NET » FIS.CircleSection Method

FIS.CircleSection Method

Computes an arciform section of the circle perimeter.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CircleSection
(
	FilNet.Circle2D inCircle,
	float inStartAngle,
	float inSweepAngle,
	out FilNet.Arc2D outArc
)

Parameters

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

See also