NXOpen.UF.Draw.AskViewParmScale

Draw.AskViewParmScale()

Refer to UF_DRAW_ask_view_parm_scale for documentation.

Signature: AskViewParmScale(viewTag)

Parameters:viewTag (Tag) – View from which the scale value and associated expression is obtained.
Returns:A Tuple
Return type:A tuple consisting of (expTag,scaleValue)

expTag(Tag): Expression associated to the view scale, NULL_TAG if the view scale is not associative

scaleValue(float): The scale value of the view.

License requirements: None