You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » 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, float inAngle, bool inInverse, out FilNet.Arc2D outArc )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inArc | FilNet.Arc2D | |||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outArc | FilNet.Arc2D |
Examples
![]() |
![]() |
RotateArc performed on the sample arc, inCenter = Auto, inAngle = 90 and inInverse = False.