You are here: Start » FIL.NET » Invoke.RescalePoint3D
Changes the distance of a point to a reference point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RescalePoint3D ( Fil.Point3D inPoint3D, Fil.Point3D inReferencePoint, float inScale, bool inInverse, out Fil.Point3D outPoint3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3D | Fil.Point3D | |||
![]() | inReferencePoint | Fil.Point3D | Point to which the distance will be changed. | ||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoint3D | Fil.Point3D |