You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.RotateArc

FIL.RotateArc

Rotates an arc clockwise around center point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RotateArc
(
	FilNet.Arc2D inArc,
	FilNet.Point2D? inCenter,
	float inAngle,
	bool inInverse,
	out FilNet.Arc2D outArc
)

Parameters

Name Type Range Default Description
inArcFilNet.Arc2D
inCenterFilNet.Point2D?Center of rotation (the arc's center by default). Default value: ftl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outArcFilNet.Arc2D

Examples

RotateArc performed on the sample arc, inCenter = Auto, inAngle = 90 and inInverse = False.

Function Overrides

See also