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


