You are here: Start » FIL.NET » FIS.RotatePathArray Method
FIS.RotatePathArray Method
Rotates an array of paths clockwise around a center point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RotatePathArray ( IList<FilNet.Path> inPaths, FilNet.Point2D? inCenter, float inAngle, bool inInverse, IList<FilNet.Path> outPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.IList<FilNet.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. | ||
![]() | outPaths | System.Collections.Generic.IList<FilNet.Path> |