You are here: Start » FIL.NET » Invoke.RescalePathArray

Invoke.RescalePathArray

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RescalePathArray
(
	List<Fil.Path> inPaths,
	Optional<Fil.Point2D> inReferencePoint,
	float inScale,
	bool inInverse,
	List<Fil.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Fil.Path>
inReferencePointFtl.Optional<Fil.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.
outPathsSystem.Collections.Generic.List<Fil.Path>

See also