NodeFixedYawAxis()

Syntax

NodeFixedYawAxis(#Node, Enable [, VectorX, VectorY, VectorZ])
Description
Change the fixed yaw axis of the node. The default behaviour of a node is to yaw around its own Y axis.

Parameters

#Node The node to use.
Enable Enable or disable the use of a custom yaw axis. If set to #True, a new axis vector has to be specified. If set to #False, the node will yaw around its own Y axis.
VectorX, VectorY, VectorZ (optional) Vector direction of the new yaw axis (values between -1.0 and 1.0). 'Enable' parameter has to be set to #True to have any effect.

Return value

None.

Supported OS

All

<- MoveNode() - Node Index - NodeID() ->