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