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

FIL.RescalePath

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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