You are here: Start » FIL.NET » FIS.RescalePoint3D Method
FIS.RescalePoint3D Method
Changes the distance of a point to a reference point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RescalePoint3D ( FilNet.Point3D inPoint3D, FilNet.Point3D inReferencePoint, float inScale, bool inInverse, out FilNet.Point3D outPoint3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3D | FilNet.Point3D | |||
![]() | inReferencePoint | FilNet.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 | FilNet.Point3D |