Table of Contents

GetAxis3D

Methods
public Vector3 GetAxis3D(string axis3DName, long? simulationFrame = null)

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

Parameters
Type Name Description
string axis3DName

Name of the axis3D.

long? simulationFrame

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

Returns
Type Description
Vector3

Value of the axis3D as of the given simulation frame.