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