You are here: Start » FIL.NET » Function Reference » Path » Path Spatial Transforms » FIL.RotatePathArray

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,
	FilNet.Point2D? inCenter,
	float inAngle,
	bool inInverse,
	IList<FilNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>
inCenterFilNet.Point2D?Center of rotation (the mass center by default). Default value: ftl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPathsSystem.Collections.Generic.IList<FilNet.Path>

Errors

List of possible exceptions:

Error type Description
DomainError Center of rotation cannot be computed in RotatePathArray.

Function Overrides

See also