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

FIL.TranslatePathArray

Translates an array of paths by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TranslatePathArray
(
	IList<FilNet.Path> inPaths,
	FilNet.Vector2D inDelta,
	bool inInverse,
	IList<FilNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>
inDeltaFilNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPathsSystem.Collections.Generic.IList<FilNet.Path>

See also