You are here: Start » FIL.NET » FIS.RescalePoint3DGrid Method
FIS.RescalePoint3DGrid Method
Changes the distances of grid points to a reference point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RescalePoint3DGrid ( FilNet.Point3DGrid inGrid, FilNet.Point3D inReferencePoint, float inScale, bool inInverse, FilNet.Point3DGrid outGrid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inGrid | FilNet.Point3DGrid | |||
![]() | inReferencePoint | FilNet.Point3D | Point to which the distances will be changed. | ||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outGrid | FilNet.Point3DGrid |