TranslateLine3D


Shifts a line in 3D by a vector.

Syntax

C++
C#
Python
 
def TranslateLine3D(
	inLine3D: Line3D,
	inDelta: Vector3D,
	/,
	*,
	inInverse: bool = False
)
-> outLine3D: Line3D

Parameters

Name Type Default Description
Input value inLine3D Line3D Input line in 3D
Input value inDelta Vector3D Translation vector
Input value inInverse bool False Switches to the inverse operation
Output value outLine3D Line3D Shifted line