You are here: Start » FIL.NET » FIS.RescalePathArray Method

FIS.RescalePathArray Method

Translates each point of each path proportionally to its distance to a reference point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RescalePathArray
(
	IList<FilNet.Path> inPaths,
	float inScale,
	bool inInverse,
	IList<FilNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPathsSystem.Collections.Generic.IList<FilNet.Path>

Function Overrides

See also