You are here: Start » FIL.NET » Function Reference » Path » Path Spatial Transforms » FIL.RotatePathArray
Rotates an array of paths clockwise around a center point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RotatePathArray ( IList<FilNet.Path> inPaths, float inAngle, bool inInverse, IList<FilNet.Path> outPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.IList<FilNet.Path> | |||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPaths | System.Collections.Generic.IList<FilNet.Path> |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Center of rotation cannot be computed in RotatePathArray. |