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
Input value inBox3D Box3D
Input value inReferencePoint Point3D Point to which the distances will be changed
Input value inScale float 1.0 Scaling factor
Input value inInverse bool False Switches to the inverse operation
Output value outBox3D Box3D