RescaleLine3D


Changes the input line in 3D distance to a reference point.

Syntax

C++
C#
Python
 
def RescaleLine3D(
	inLine3D: Line3D,
	inReferencePoint: Point3D,
	/,
	*,
	inScale: float = 1.0,
	inInverse: bool = False
)
-> outLine3D: Line3D

Parameters

Name Type Default Description
Input value inLine3D Line3D Input line in 3D
Input value inReferencePoint Point3D The point to which the distance of line in 3D is changed
Input value inScale float 1.0 Scaling factor
Input value inInverse bool False Switches to the inverse operation
Output value outLine3D Line3D