RescaleBox3D
Changes the distances of box in 3D to a reference point.
Syntax
C++
C#
Python
def RescaleBox3D( inBox3D: Box3D, inReferencePoint: Point3D, /, *, inScale: float = 1.0, inInverse: bool = False ) -> outBox3D: Box3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox3D | Box3D | ||
![]() |
inReferencePoint | Point3D | Point to which the distances will be changed | |
![]() |
inScale | float | 1.0 | Scaling factor |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outBox3D | Box3D |


