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 | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inReferencePoint | FilNet.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 | FilNet.Path | Output path. |