NXOpen.UF.Sim.AskAxisLimits

Sim.AskAxisLimits()

Refer to UF_SIM_ask_axis_limits for documentation.

Signature: AskAxisLimits(engine, axis)

Parameters:
  • engine (PointerWrapper) –
    • simulation engine object
  • axis (str) –
    • the name of the axis
Returns:

A Tuple

Return type:

A tuple consisting of (min,max)

min(float): - the minimum limit of the axis

max(float): - the maximum limit of the axis

License requirements: None