You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.RescalePlane
Changes the input plane distance to a reference point.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
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 |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Indefinite plane on input in RescalePlane. |
| DomainError | Scale cannot be zero in an inverse rescaling of a plane in RescalePlane. |


