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

FIS.CreateArc Method

Creates an arc from an aligned point, radius, and angle range.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateArc
(
	FilNet.Point2D inPoint,
	FilNet.Anchor2D inPointAnchor,
	float inRadius,
	float inStartAngle,
	float inSweepAngle,
	out FilNet.Arc2D outArc
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inPointAnchorFilNet.Anchor2DMiddleCenterAlignment of the point relatively to the box of the circle. Default value: MiddleCenter.
inRadiusfloat<0.0f, INF>Circle radius.
inStartAnglefloatDirection at which the arc begins.
inSweepAnglefloatLength of the arc (may be negative).
outArcFilNet.Arc2D

See also