NXOpen.UF.Mom.AskIntArray

Mom.AskIntArray()

Refer to UF_MOM_ask_int_array for documentation.

Signature: AskIntArray(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 int) – the values asked for, this must point at num_of_values * sizeof(int) bytes
Returns:

Modified value of values

Return type:

list of int

License requirements: None