NXOpen.UF.Mom.AskDoubleArray

Mom.AskDoubleArray()

Refer to UF_MOM_ask_double_array for documentation.

Signature: AskDoubleArray(mom, arrayName, numOfValues, values)

Parameters:
  • mom (PointerWrapper) –
    • the mom object that owns the array
  • arrayName (str) –
    • the name of the array to ask
  • numOfValues (int) –
    • the number of values to ask
  • values (list of float) –

    the values asked for. This must

    point at num_of_values * sizeof(double)

    bytes

License requirements: None