NXOpen.UF.Drf.AskObjectPreferences

Drf.AskObjectPreferences()

Refer to UF_DRF_ask_object_preferences for documentation.

Signature: AskObjectPreferences(drfObjectTag)

Parameters:drfObjectTag (Tag) – Drafting object Identifier
Returns:A Tuple
Return type:A tuple consisting of (mpi,mpr,radiusVal,diameterVal)

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

radiusVal(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_val[27];

diameterVal(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_val[27];

License requirements: None