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

FIS.RescalePath Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RescalePath
(
	FilNet.Path inPath,
	float inScale,
	bool inInverse,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPathFilNet.PathOutput path.

Function Overrides

See also