You are here: Start » FIL.NET » Invoke.RescalePath
Translates each point of a path proportionally to its distance to a reference point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RescalePath ( Fil.Path inPath, Optional<Fil.Point2D> inReferencePoint, float inScale, bool inInverse, Fil.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inReferencePoint | Ftl.Optional<Fil.Point2D> | The point to which all distances change linearly (the mass center by default). Default value: ftl::NIL. | ||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPath | Fil.Path | Output path. |