NXOpen.UF.Drf.AskPreferences

Drf.AskPreferences()

Refer to UF_DRF_ask_preferences for documentation.

Signature: AskPreferences()

Returns:A Tuple
Return type:A tuple consisting of (mpi,mpr,radiusValue,diameterValue)

mpi(list of int): MPI Array [100 elements] The size of this array is defined by NUM_INT_PARAMS

mpr(list of float): MPR Array [70 elements] The size of this array is defined by NUM_REAL_PARAMS

radiusValue(list of str): Radius Symbol String. This can be at most six characters, however due to internal requirements, the buffer must be allocated as char radius_value[27];

diameterValue(list of str): Diameter Symbol String. This can be at most six characters, however due to internal requirements, the buffer must be allocated as char diameter_value[27];

License requirements: None