commands
freecad.datamanager_wb.entrypoints.commands
¶
FreeCAD command registrations for the DataManager workbench.
This module defines the toolbar/menu commands and connects them to the workbench's main panel.
GetMainPanel = Callable[[], 'MainPanel']
module-attribute
¶
register_commands(get_main_panel)
¶
Register the DataManager commands with FreeCAD.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
get_main_panel
|
GetMainPanel
|
Factory used by command activation to show/reuse a singleton MainPanel. |
required |