RescalePoint3D
Changes the distance of a point to a reference point.
Syntax
C++
C#
Python
def RescalePoint3D( inPoint3D: Point3D, inReferencePoint: Point3D, /, *, inScale: float = 1.0, inInverse: bool = False ) -> outPoint3D: Point3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3D | Point3D | ||
![]() |
inReferencePoint | Point3D | Point to which the distance will be changed | |
![]() |
inScale | float | 1.0 | Scaling factor |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outPoint3D | Point3D |


