Table of Contents

GetRotation

Methods
public Quaternion GetRotation(string rotationName, long? simulationFrame = null)

Returns a state of the rotation as of the given simulation frame.

Parameters
Type Name Description
string rotationName

Name of the rotation.

long? simulationFrame

Simulation frame for which state is requested. If null the CurrentSimulationFrame will be used.

Returns
Type Description
Quaternion

Value of the rotation as of the given simulation frame.