NXOpen.UF.Sim.AskToolOffsets

Sim.AskToolOffsets()

Refer to UF_SIM_ask_tool_offsets for documentation.

Signature: AskToolOffsets(engine, toolName)

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

A Tuple

Return type:

A tuple consisting of (xval,yval,zval)

xval(float): - value in x direction from tool offset

yval(float): - value in y direction from tool offset

zval(float): - value in z direction from tool offset

License requirements: None