NXOpen.UF.Ui.CreateToolbar

Ui.CreateToolbar()

Refer to UF_UI_create_toolbar for documentation.

Signature: CreateToolbar(fileName, show)

Parameters:
  • fileName (str) – The .tbr file name without any hard coded path
  • show (int) – Initial visibility of the toolbar (1 = show; 0 = hide)
Returns:

Toolbar id if creation is successful

Return type:

PointerWrapper for UF_UI_toolbar_id_s

License requirements: None