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,
	FilNet.Point2D? inReferencePoint,
	float inScale,
	bool inInverse,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inReferencePointFilNet.Point2D?The point to which all distances change linearly (the mass center by default). Default value: ftl::NIL.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPathFilNet.PathOutput path.

Function Overrides

See also