RotateLine3D


Rotates a line in 3D around an axis in 3D.

Syntax

C++
C#
Python
 
def RotateLine3D(
	inLine3D: Line3D,
	inAxis: Line3D,
	inAngle: float,
	/,
	*,
	inInverse: bool = False
)
-> outLine3D: Line3D

Parameters

Name Type Default Description
Input value inLine3D Line3D
Input value inAxis Line3D The rotation axis
Input value inAngle float Clockwise angle of rotation
Input value inInverse bool False Switches to the inverse operation
Output value outLine3D Line3D