RescalePlane
Changes the input plane distance to a reference point.
Syntax
C++
C#
Python
def RescalePlane( inPlane: Plane3D, inReferencePoint: Point3D, /, *, inScale: float = 1.0, inInverse: bool = False ) -> outPlane: Plane3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPlane | Plane3D | ||
![]() |
inReferencePoint | Point3D | The point to which the distance of plane is changed | |
![]() |
inScale | float | 1.0 | Scaling factor |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outPlane | Plane3D |


