You are here: Start » FIL.NET » FIL.RotatePath
Rotates a path clockwise around a center point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RotatePath ( FilNet.Path inPath, FilNet.Point2D? inCenter, float inAngle, bool inInverse, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inCenter | FilNet.Point2D? | Center of rotation (the mass center by default). Default value: ftl::NIL. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPath | FilNet.Path | Output path. |
Examples
![]() |
![]() |
RotatePath run on the sample paths with inAngle = 90, inCenter = Nil.