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


