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

FIS.FisFilter_MakeArc Method

Creates an arc structure from individual fields.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_MakeArc
(
	FilNet.Point2D inCenter,
	float inRadius,
	float inStartAngle,
	float inSweepAngle,
	out FilNet.Arc2D outArc
)

Parameters

Name Type Range Default Description
inCenterFilNet.Point2DCenter of the arc.
inRadiusfloat<0.0f, INF>The arc radius.
inStartAnglefloatDirection at which the arc begins.
inSweepAnglefloatLength of the arc (may be negative).
outArcFilNet.Arc2D

See also