NXOpen.UF.Ui.AskSelRectanglePos

Ui.AskSelRectanglePos()

Refer to UF_UI_ask_sel_rectangle_pos for documentation.

Signature: AskSelRectanglePos(select)

Parameters:select (PointerWrapper) – Selection pointer
Returns:A Tuple
Return type:A tuple consisting of (view,pos1,pos2,pos3,pos4)

view(Tag): View of button down position

pos1(list of float): Absolute coordinates of the button down position

pos2(list of float): Absolute coordinates of the button up position

pos3(list of float): Absolute coordinates of corner of screen rectangle which is horizontal with button down position

pos4(list of float): Absolute coordinates of corner of screen rectangle which is horizontal with button up position

License requirements: None