01_user_documentation:03_interacting_with_groimp:45_commands:99_all_commands
Table of Contents
All commands [AG]
This section present the exhaustive list of available commands from the GroIMP registry.
This section is automatically generated.
autocompletors
| Path | Run | Parameters | Description |
| — | — | — | — |
| /hooks/postboot/_ | registry | ||
| /hooks/projectloaded/_ | workbench | ||
| /hooks/rgg/finished/_ | workbench | ||
cli
| Path | Run | Parameters | Description |
| — | — | — | — |
| /hooks/cliLaunch/_/pwd | de.grogra.cli.Utils.printDirectoryPath | ||
| /hooks/cliLaunch/_/ls | de.grogra.cli.Utils.listDirectoryContent | ||
| /hooks/cliLaunch/_/cd | de.grogra.cli.Utils.changeDirectory | ||
| /hooks/cliLaunch/_/clear | de.grogra.cli.Utils.clearConsole | ||
| /hooks/cliLaunch/_/help | de.grogra.cli.Utils.showHelp | ||
| /hooks/cliLaunch/_/editFile | de.grogra.cli.Utils.editFile | ||
| /hooks/cliLaunch/_/open | de.grogra.pf.ui.UIApplication.open | ||
| /hooks/cliLaunch/_/createWB | de.grogra.pf.ui.UIApplication.createWB | ||
| /hooks/cliLaunch/_/loadExample | de.grogra.pf.ui.UIApplication.loadExample | ||
| /hooks/cliLaunch/_/listExamples | de.grogra.pf.ui.UIApplication.listExamples | ||
| /hooks/cliLaunch/_/listTemplates | de.grogra.pf.ui.UIApplication.listTemplates | ||
| /hooks/cliLaunch/_/selectWB | de.grogra.pf.ui.UIApplication.selectWorkbench | ||
| /hooks/cliLaunch/_/listWB | de.grogra.pf.ui.UIApplication.listWorkbenches | ||
| /hooks/cliLaunch/_/listProjects | de.grogra.pf.ui.UIApplication.listProjects | ||
| /hooks/cliLaunch/_/closeWB | de.grogra.cli.CLIApplication.closeWB | ||
| /hooks/cliLaunch/_/runScript | de.grogra.cli.CLIApplication.runScript | ||
| /hooks/cliLaunch/_/open | de.grogra.pf.ui.Workbench.open | ||
| /hooks/cliLaunch/_/save | de.grogra.pf.ui.Workbench.save | ||
| /hooks/cliLaunch/_/saveas | de.grogra.pf.ui.Workbench.saveAs | ||
| /hooks/cliLaunch/_/undo | de.grogra.pf.ui.Workbench.undo | ||
| /hooks/cliLaunch/_/compile | de.grogra.pf.ui.ProjectWorkbench.compile | ||
| /hooks/cliLaunch/_/listFunctions | de.grogra.pf.ui.ProjectWorkbench.listFunctions | ||
| /hooks/cliLaunch/_/addNode | de.grogra.pf.ui.ProjectWorkbench.addNode | ||
| /hooks/cliLaunch/_/addFile | de.grogra.pf.ui.ProjectWorkbench.addSourceFile | ||
| /hooks/cliLaunch/_/renameFile | de.grogra.pf.ui.ProjectWorkbench.renameSourceFile | ||
| /hooks/cliLaunch/_/removeFile | de.grogra.pf.ui.ProjectWorkbench.removeSourceFile | ||
| /hooks/cliLaunch/_/projectInfo | de.grogra.pf.ui.ProjectWorkbench.getProjectInfo | ||
| /hooks/cliLaunch/_/export3d | de.grogra.pf.ui.ProjectWorkbench.export | ||
| /hooks/cliLaunch/_/close | de.grogra.pf.ui.ProjectWorkbench.close | ||
| /hooks/cliLaunch/_/exit | de.grogra.pf.ui.ProjectWorkbench.close | ||
| /hooks/cliLaunch/_/xlconsole | de.grogra.cli.CLIApplication.runXLConsole | ||
| /hooks/cliLaunch/_/logTest | de.grogra.cli.CLIWorkbench.logTest | ||
| /hooks/cliLaunch/_/list | de.grogra.cli.CLIWindowUtils.listPanels | ||
jEdit
| Path | Run | Parameters | Description |
| — | — | — | — |
| /hooks/shutdown/de.grogra.ext.jedit/_ | |||
fastrakReader
| Path | Run | Parameters | Description |
| — | — | — | — |
| /fastrak/reader | |||
IMP
| Path | Run | Parameters | Description |
|---|---|---|---|
| /objects/objects/.addobject | de.grogra.imp.IMP.addNode | Default command for all object in the object menu. It adds them to the scene. | |
| /ui/commands/close | Close the current workbench. | ||
| /ui/commands/exit | Close all workbenches. | ||
| /ui/commands/export/scene | de.grogra.pf.ui.ProjectWorkbench.export | Export the complete scene. | |
| /ui/commands/export/selected | de.grogra.pf.ui.ProjectWorkbench.exportFromNode | ||
| /ui/commands/snapshot | Make a snapshot of the current view. | ||
| /ui/commands/newproject | Create and open a new project based on the newRGG template. | ||
| /ui/commands/options/add_opt | de.grogra.imp.IMP.addOptionFile | Create current workbench option file. | |
| /ui/commands/options/del_opt | de.grogra.imp.IMP.delOptionFile | Delete current option file. | |
| /renderers/.render | de.grogra.imp.View.render | Render the current view. | |
| /http/commands/open | de.grogra.imp.net.HttpServer.openProject | Open Project from HTTP request. | |
| /http/commands/about | de.grogra.imp.net.HttpServer.about | Get a String description of the GroIMP HTTP server from a HTTP request. | |
| /http/server | Open HTTP Server. | ||
| /connection/commands/connectremote | de.grogra.imp.net.Commands.connectRemoteWorkbench | Connect to a remote workbench. | |
| /connection/commands/openclient | de.grogra.imp.net.Commands.openClientWorkbench | Open a client worbench. | |
| /connection/commands/processors | de.grogra.imp.net.Commands.availableProcessors | Get the number of available processor on the server device. | |
| /connection/commands/version | de.grogra.imp.net.Commands.version | Get the GroIMP version of the server device. | |
| /connection/server | de.grogra.imp.net.ConnectionServer.start | Start GroIMP Server. | |
| /connection/client | de.grogra.imp.IMP.openClientWorkbench | Open GroIMP Client. | |
| /help/commands/web/openjavadoc | de.grogra.imp.net.BrowserLauncherImpl.openJavadoc | Redirect to the web hosted javadoc of GroIMP. | |
| /help/commands/web/openGroIMPPage | de.grogra.imp.net.BrowserLauncherImpl.openGroIMPPage | Open the website grogra.de | |
| /help/commands/web/openWikiPage | de.grogra.imp.net.BrowserLauncherImpl.openWikiPage | Redirect to the web hosted wiki of GroIMP. | |
| /help/commands/web/openYouTube | de.grogra.imp.net.BrowserLauncherImpl.openYouTube | Redirect to the youtube chanel of GroIMP. | |
| /help/commands/system/system | de.grogra.imp.SystemInfoDialog.createInfoPanel | Open a panel that display the system info. | |
| /help/commands/about/aboutsoftware | Open the about panel. | ||
| /hooks/postboot/_ | registry | ||
| /hooks/configure/main/_/file/openclose/new/.new | de.grogra.imp.IMP.openNewWokbench | ||
| /hooks/configure/main/_/file/openclose/openrecent/.openRecent | de.grogra.pf.ui.Workbench.openRecent | ||
| /hooks/close/_ | context |
IMP-2D
| Path | Run | Parameters | Description |
|---|---|---|---|
| /objects/2d/geometry/.addobject | de.grogra.imp.IMP.addNode | Add a 2D object in the graph. | |
| /ui/editors/2d/layoutbase/*redraw/_ | de.grogra.imp2d.View2D.layout | ||
| /ui/panels/2d/view/menu/src/view/Redraw | de.grogra.imp2d.View2D.layout | Redraw the 2D view. | |
| /ui/panels/2d/view/menu/src/view/Collapse all | de.grogra.imp2d.graphs.TopologyGraph.collapseAll | ||
| /ui/panels/2d/view/menu/src/view/Expand all | de.grogra.imp2d.graphs.TopologyGraph.expandAll | ||
| /ui/panels/2d/view/menu/src/move | Navigate in the 2D view by moving. | ||
| /ui/panels/2d/view/menu/src/rotate | Rotate the 2D view. | ||
| /ui/panels/2d/view/menu/src/zoom | Navigate in the 2D view by zooming. |
IMP-3D
| Path | Run | Parameters | Description |
|---|---|---|---|
| /objects/3d/geometry/.addobject | de.grogra.imp.IMP.addNode | Default command to add a 3d object to the scene. Applied to all object in the menu objects. | |
| /cmdline/render | de.grogra.imp3d.ray2.Raytracer.render | Render the view. | |
| /ui/editors/3d/camera/*fit/_ | de.grogra.imp3d.IMP3D.fitCamera | ||
| /ui/panels/3d/view/menu/src/fit/fitCamera | de.grogra.imp3d.IMP3D.fitCamera | Fit the camera to the visible objects in the scene. | |
| /ui/panels/3d/view/menu/src/render/tofile/.renderToFile | de.grogra.imp.View.renderToFile | ||
| /ui/panels/3d/view/menu/src/render/stop | de.grogra.imp.View.disposeRenderer | Stop the rendering | |
| /ui/panels/3d/view/menu/src/move | Move the camera of the 3d view | ||
| /ui/panels/3d/view/menu/src/dolly | Dolly the camera of the 3d view | ||
| /ui/panels/3d/view/menu/src/rotate | Rotate the camera of the 3d view | ||
| /ui/panels/3d/view/menu/src/zoom | Zoom the camera of the 3d view | ||
| /ui/viewcomponent3dselection/wireframe/menu/eps | de.grogra.imp.awt.CanvasAdapter.writeEPS |
Advanced-Selection
| Path | Run | Parameters | Description |
| — | — | — | — |
| /ui/panels/3d/view/menu/src/selection/ancestor | de.grogra.imp3d.advancedselection.selection.Commands.selectByAncestor | ||
| /ui/panels/3d/view/menu/src/selection/degree | de.grogra.imp3d.advancedselection.selection.Commands.selectByDegreeInterval | ||
| /ui/panels/3d/view/menu/src/selection/interval | de.grogra.imp3d.advancedselection.selection.Commands.selectByAxisInterval | ||
| /ui/panels/3d/view/menu/src/selection/primitive | de.grogra.imp3d.advancedselection.selection.Commands.selectByPrimitiveVolume | ||
| /ui/panels/3d/view/menu/src/selection/plane/over | de.grogra.imp3d.advancedselection.selection.Commands.selectByPlaneOver | ||
| /ui/panels/3d/view/menu/src/selection/plane/under | de.grogra.imp3d.advancedselection.selection.Commands.selectByPlaneUnder | ||
| /ui/panels/3d/view/menu/src/selection/aggchildren | de.grogra.imp3d.advancedselection.selection.Commands.selectAggregationChildren | ||
| /ui/panels/3d/view/menu/src/selection/ntype | de.grogra.imp3d.advancedselection.selection.Commands.selectByNType | ||
| /ui/panels/3d/view/menu/src/selection/parentNType | de.grogra.imp3d.advancedselection.selection.Commands.selectByParentNType | ||
| /ui/panels/3d/view/menu/src/selection/delete | de.grogra.imp3d.advancedselection.selection.Commands.deleteSelectedNodes | ||
| /ui/panels/3d/view/menu/src/aggregation/aggregate | de.grogra.imp3d.advancedselection.aggregation.Commands.aggregateSelected | ||
| /ui/panels/3d/view/menu/src/aggregation/aggaggregations | de.grogra.imp3d.advancedselection.aggregation.Commands.aggregateAggregations | ||
| /ui/panels/3d/view/menu/src/aggregation/partition/degree | de.grogra.imp3d.advancedselection.aggregation.Commands.aggregateDegreeSpatialPartition | ||
| /ui/panels/3d/view/menu/src/aggregation/partition/interval | de.grogra.imp3d.advancedselection.aggregation.Commands.aggregatePlaneSpatialPartition | ||
| /ui/panels/3d/view/menu/src/aggregation/partition/cubic | de.grogra.imp3d.advancedselection.aggregation.Commands.aggregateRectangleSpatialPartition | ||
Platform
| Path | Run | Parameters | Description |
|---|---|---|---|
| /ui/openProjectsselectionGUI | |||
| /ui/openProjectsselectionGUI/_ | item, context | ||
| /ui/commands/open | de.grogra.pf.ui.Workbench.open | Open a project. | |
| /ui/commands/openRecent | de.grogra.pf.ui.Workbench.openRecent | Open a project in the list of recently opened projects. | |
| /ui/commands/opendemo | de.grogra.pf.ui.Workbench.openAsDemo | Open a project as read only. The project cannot override the original files. | |
| /ui/commands/showexample | de.grogra.pf.ui.registry.ProjectExplorerFactory.showExample | Get a project from the example explorer based on its complete path. | |
| /ui/commands/showoption | de.grogra.pf.ui.registry.OptionExplorerFactory.showOption | Get an option from its complete path. | |
| /ui/commands/showhelp | de.grogra.pf.ui.registry.HelpExplorerFactory.showHelp | Resolve the help of an item and display it in the help panel. | |
| /ui/commands/showpanel | de.grogra.pf.ui.registry.PanelFactory.showPanel | Get a panel from its complete path and display it. | |
| /ui/commands/save | de.grogra.pf.ui.Workbench.save | Save the current project. | |
| /ui/commands/saveas | de.grogra.pf.ui.Workbench.saveAs | Save the current project at the selected location. | |
| /ui/commands/saveAsTemplate | de.grogra.pf.ui.ProjectWorkbench.saveAsTemplate | Export the current project as a template. | |
| /ui/commands/undo | de.grogra.pf.ui.Workbench.undo | context | Undo last action |
| /ui/commands/redo | de.grogra.pf.ui.Workbench.redo | context | Revert last undo |
| /ui/commands/clearGraph | de.grogra.pf.ui.Workbench.clearGraph | Clear the project graph | |
| /ui/commands/compile | de.grogra.pf.ui.ProjectWorkbench.compile | Force the reset of the compilation. | |
| /ui/commands/listFunctions | de.grogra.pf.ui.ProjectWorkbench.listFunctions | List the RGG method of the current project. | |
| /ui/commands/runRGGFunction | de.grogra.pf.ui.ProjectWorkbench.execute | Run a RGG method given its name. | |
| /ui/commands/addNode | de.grogra.pf.ui.ProjectWorkbench.addNode | Add a node in the scene. | |
| /ui/commands/addFile | de.grogra.pf.ui.ProjectWorkbench.addSourceFile | Add a file in the current workbench. | |
| /ui/commands/renameFile | de.grogra.pf.ui.ProjectWorkbench.renameSourceFile | Rename a file. | |
| /ui/commands/removeFile | de.grogra.pf.ui.ProjectWorkbench.removeSourceFile | Delete a file from the workbench. | |
| /ui/commands/projectInfo | de.grogra.pf.ui.ProjectWorkbench.getProjectInfo | ||
| /ui/commands/export3d | de.grogra.pf.ui.ProjectWorkbench.export | Export the 3D scene. | |
| /ui/commands/setlayout | de.grogra.pf.ui.registry.Layout.setLayout | Set the layout given as parameter. | |
| /ui/commands/addlayout | de.grogra.pf.ui.registry.Layout.addLayout | Add a new layout in the project. | |
| /ui/commands/delete | de.grogra.pf.ui.Workbench.delete | context | Delete the currently selected object. |
| /ui/commands/exporttable | de.grogra.pf.data.Dataset.export | Export the dataset. | |
| /ui/commands/app/open | de.grogra.pf.ui.UIApplication.open | Open a workbench. | |
| /ui/commands/app/create | de.grogra.pf.ui.UIApplication.create | Create a workbench. | |
| /ui/commands/app/loadExample | de.grogra.pf.ui.UIApplication.loadExample | Open an example project from its complete name. | |
| /ui/commands/app/listExamples | de.grogra.pf.ui.UIApplication.listExamples | List the example of the example explorer. | |
| /ui/commands/app/listTemplates | de.grogra.pf.ui.UIApplication.listTemplates | ||
| /ui/commands/app/selectWB | de.grogra.pf.ui.UIApplication.selectWorkbench | Select the workbench given its ID (as parameter) and set it as current. | |
| /ui/commands/app/listWB | de.grogra.pf.ui.UIApplication.listWorkbenches | List the currently opened workbench, and returns their IDs. | |
| /ui/commands/app/listProjects | de.grogra.pf.ui.UIApplication.listProjects | ||
| /ui/commands/app/close | de.grogra.pf.ui.UIApplication.close | Close GroIMP. | |
| /hooks/postboot/_ | registry | ||
| /hooks/postboot/_ | registry | ||
| /hooks/postboot/_ | registry | ||
| /hooks/configure/project/_ | registry | ||
| /hooks/projectloaded/_ | registry | ||
| /hooks/saving/_ | registry |
Platform-Swing
| Path | Run | Parameters | Description |
|---|---|---|---|
| /hooks/postboot/_ | registry |
Plugin-Manager
| Path | Run | Parameters | Description |
|---|---|---|---|
| /pluginmanager/commands/file/importPlugin | de.grogra.pm.PluginManager.importPlugin | Import .GLZ files | |
| /pluginmanager/commands/file/exportPlugins | de.grogra.pm.PluginManager.exportPluginList | Export list of installed plugins to file | |
| /pluginmanager/commands/file/importPlugins | de.grogra.pm.PluginManager.importPluginList | Select a list of plugin from file | |
| /pluginmanager/commands/data/reloadRepo | de.grogra.pm.PluginManager.reloadRepositories | Reload repositories | |
| /pluginmanager/commands/data/clearCache | de.grogra.pm.PluginManager.clearCache | Clear all cache | |
| /pluginmanager/commands/data/recreatehttp | de.grogra.pm.PluginManager.reloadHTTPClient | Reload HTTP client | |
| /pluginmanager/commands/installCMD | de.grogra.pm.PluginManager.installCMD | Set a plugin to be installed from CMD line. | |
| /pluginmanager/commands/uninstallCMD | de.grogra.pm.PluginManager.uninstallCMD | Set a plugin to be deleted from CMD line. | |
| /pluginmanager/commands/disableCMD | de.grogra.pm.PluginManager.disableCMD | Set a plugin to be disabled from CMD line. | |
| /pluginmanager/commands/selectVersion | de.grogra.pm.PluginManager.selectVersion | Set the version of a plugin. | |
| /pluginmanager/commands/applyChanges | de.grogra.pm.PluginManager.applyChanges | Apply the currently selected changes (install/ delete/ change versions/...) | |
| /pluginmanager/commands/describePlugin | de.grogra.pm.PluginManager.describePlugin | Describe a plugin given its ID as argument | |
| /pluginmanager/commands/describeAllPlugins | de.grogra.pm.PluginManager.describeAllPlugins | Describe all plugins | |
| /pluginmanager/commands/setAllUpgrade | de.grogra.pm.PluginManager.setAllUpgrade | Set all installed plugin to their latest version (still need to apply changes). | |
| /pluginmanager/commands/openPmGUI | |||
| /pluginmanager/commands/openPmGUI/_ | item, context |
Pointcloud
| Path | Run | Parameters | Description |
| — | — | — | — |
| /nodetools/de.grogra.imp3d.objects.CloudContext/getCloud | de.grogra.pointcloud.ui.UI.getCloud | ||
| /nodetools/de.grogra.imp3d.objects.CloudContext/upateDisplay | de.grogra.pointcloud.ui.UI.updateDispaly | ||
| /nodetools/de.grogra.imp3d.objects.CloudContext/splitByPlane | de.grogra.pointcloud.ui.UI.splitByPlane | ||
| /nodetools/de.grogra.imp3d.objects.CloudContext/splitByLeaves | de.grogra.pointcloud.ui.UI.splitByLeaves | ||
| /nodetools/de.grogra.imp3d.objects.CloudContext/merge | de.grogra.pointcloud.ui.UI.merge | ||
| /nodetools/de.grogra.imp3d.objects.CloudContext/kmeans | de.grogra.pointcloud.ui.UI.kMeansCluster | ||
| /nodetools/de.grogra.imp3d.objects.CloudContext/dbscan | de.grogra.pointcloud.ui.UI.dbscanCluster | ||
| /objects/commands/pointcloudtools/splitByPlane | de.grogra.pointcloud.ui.UI.splitByPlane | Split selected cloud by plane | |
| /objects/commands/pointcloudtools/splitByLeaves | de.grogra.pointcloud.ui.UI.splitByLeaves | Split selected cloud by points | |
| /objects/commands/pointcloudtools/merge | de.grogra.pointcloud.ui.UI.merge | Merge all selected clouds | |
| /objects/commands/pointcloudtools/redraw | de.grogra.pointcloud.ui.UI.updateDispaly | ||
| /objects/commands/pointcloudtools/getCurrentCloud | de.grogra.pointcloud.ui.UI.getCloud | ||
| /objects/commands/pointcloudtools/cluster/kmeans | de.grogra.pointcloud.ui.UI.kMeansCluster | Cluster selected cloud with K-Means. | |
| /objects/commands/pointcloudtools/cluster/dbscan | de.grogra.pointcloud.ui.UI.dbscanCluster | Cluster selected cloud with DBScan. | |
| /objects/commands/pointcloudtools/convert/array | de.grogra.pointcloud.ui.UI.convertToArray | Convert a cloud to an array cloud. | |
| /objects/commands/pointcloudtools/convert/list | de.grogra.pointcloud.ui.UI.convertToList | Convert a cloud to an list cloud. | |
| /objects/commands/pointcloudtools/convert/graph | de.grogra.pointcloud.ui.UI.convertToGraph | Convert a cloud to an graph cloud. | |
| /ui/editors/rgg/pointclouddisplay/*update/_ | de.grogra.mesh.renderer.handler.CollectionDisplayHandler.update | ||
| /ui/commands/export/pointclouds/all_in_one | de.grogra.pointcloud.ui.UI.exportOneFile | Export all clouds to one file | |
| /ui/commands/export/pointclouds/one_per_file | de.grogra.pointcloud.ui.UI.exportSplitFile | Export one cloud per file | |
| /ui/commands/export/pointclouds/selected | de.grogra.pointcloud.ui.UI.exportSelected | Export selected cloud(s) per file | |
| /io/plypointcloud | |||
qsm
| Path | Run | Parameters | Description |
| — | — | — | — |
| /GroQSM/Utils | |||
| /nodetools/de.grogra.imp3d.objects.AxisBase/makeLateralChild | de.grogra.qsm.utils.Utils.makeLateralChild | Links the second selected Node as a lateral child of the first selected one | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/makeApicalChild | de.grogra.qsm.utils.Utils.makeApicalChild | Links the second selected Node as an apical child of the first selected one | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/jumpToParentAxis | de.grogra.qsm.utils.Utils.jumpToParentAxis | Shift selected Node to closest point on the parent shoot | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/jumpToParentStart | de.grogra.qsm.utils.Utils.jumpToParentStart | Shift selected Node to the start of the parent shoot | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/jumpToParentCenter | de.grogra.qsm.utils.Utils.jumpToParentCenter | Shift selected Node to the center of the parent shoot | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/jumpToParentEnd | de.grogra.qsm.utils.Utils.jumpToParentEnd | Shift selected Node to the end of the parent shoot | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/smooth | de.grogra.qsm.utils.Utils.smooth | Smooth out the path between to selected connected shoots of the same order | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/bridge | de.grogra.qsm.utils.Utils.bridge | Create a new link (lateral to apical) between tow selected shoots | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/moveTo000 | de.grogra.qsm.utils.Utils.moveTo000 | Remove all x,y,z translation from the selcted node | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/fitDiameter | de.grogra.qsm.utils.Utils.fitDiameter | Fit the diameter of the selected node according to the parent and the successor | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/split | de.grogra.qsm.utils.Utils.split | Split the selected shoot at a given ratio | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/remove | de.grogra.qsm.utils.Utils.remove | Remove the selected shoot and all children of it | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/removeAlone | de.grogra.qsm.utils.Utils.removeAlone | Remove the selected shoot without removing or moving its children | |
| /nodetools/de.grogra.imp3d.objects.AxisBase/toM | de.grogra.qsm.utils.Utils.toM | Turn the selected shoot into an M (invisible) | |
| /objects/commands/GroQSM/colorCode | de.grogra.qsm.utils.Utils.colorCode | change the colors of the shoots based on the order | |
| /objects/commands/GroQSM/jump/jumpAllAxis | de.grogra.qsm.utils.Utils.jumpAllAxis | Shift all shoots to the closest point on the parent shoot | |
| /objects/commands/GroQSM/jump/jumpAllStart | de.grogra.qsm.utils.Utils.jumpAllStart | Shift all shoots to the start of the parent shoot | |
| /objects/commands/GroQSM/jump/jumpAllCenter | de.grogra.qsm.utils.Utils.jumpAllCenter | Shift all shoots to the middle of the parent shoot | |
| /objects/commands/GroQSM/jump/jumpAllEnd | de.grogra.qsm.utils.Utils.jumpAllEnd | Shift all shoots to the end of the parent shoot | |
| /objects/commands/GroQSM/removeOrder | de.grogra.qsm.utils.Utils.removeHigher | A dialog window is opened to request the order to remove. The function then removes all shoots higher then or equal to the given order | |
| /objects/commands/GroQSM/removeHighestOrder | de.grogra.qsm.utils.Utils.removeHighest | Find the highest order using the descriptors and then removes all shoots of this order. | |
| /objects/commands/GroQSM/moveTreeTo000 | de.grogra.qsm.utils.Utils.moveTreeTo000 | Move the tree to 0,0,0 | |
| /objects/commands/GroQSM/hide/showAllBO | de.grogra.qsm.utils.Utils.showAllBO | Show all shoots of all branching orders by enabling all layers | |
| /objects/commands/GroQSM/hide/hideBO | de.grogra.qsm.utils.Utils.hideBO | Hide all shoots of the given branching order by disabling the layer | |
| /objects/commands/GroQSM/hide/showBO | de.grogra.qsm.utils.Utils.showBO | Show all shoots of the given branching order by enabling the layer | |
| /objects/commands/GroQSM/hide/showOnlyBO | de.grogra.qsm.utils.Utils.showOnlyBO | Show only shoots of the given branching order by enabling the layer and disabling all others. | |
| /objects/commands/GroQSM/hide/hideBOHigher | de.grogra.qsm.utils.Utils.hideBOHigher | Hide all shoots of the given branching order or higher by disabling the layers | |
| /objects/commands/GroQSM/hide/hideBOHighest | de.grogra.qsm.utils.Utils.hideBOHighest | Hide all shoots of the highest branching order by disabling the layer.(This hides the highest branching order in the graph, NOT the highest visible one.) | |
RGG
| Path | Run | Parameters | Description |
| — | — | — | — |
| /objects/objectsAsRGG/.addobjectAsRGG | de.grogra.rgg.io.ImportNode.addNode | Add an object under the RGGRoot Node. | |
| /ui/commands/export/RGG | de.grogra.rgg.io.ExportNode.exportRGGGraph | Export the sub-graph under the RGGRoot Node. | |
| /ui/commands/newrgg | Create and open the New RGG template. | ||
| /ui/commands/export_compiled | de.grogra.rgg.model.CompilationFilter.exportCompiled | Export the current project as a compiled Project | |
| /ui/commands/export_lib | de.grogra.rgg.model.CreateModuleLibrary.exportCompiled | Export the current project as a Module Library | |
| /ui/editors/rgg/lightmodel/*compute/_ | de.grogra.rgg.LightModelVisualizer.compute | ||
| /ui/editors/rgg/lightmodel/*computeIncSeed/_ | de.grogra.rgg.LightModelVisualizer.computeAndIncSeed | ||
| /rgg/toolbar | |||
| /grogra/analysis/.perform | de.grogra.grogra.Analysis.performAndShow | Execute the selected GROGRA function. | |
| /grogra/Analysis (shiny)/.perform | de.grogra.grogra.Analysis.performAndShowShiny | ||
RGG-Tutorial
| Path | Run | Parameters | Description |
| — | — | — | — |
| /rggtutorial/selectfiles | de.grogra.rgg.tutorial.Methods.selectSourceFiles | ||
| /rggtutorial/enter | de.grogra.rgg.tutorial.Methods.enter | ||
| /tutorials/gettingstarted/base/rggbase | |||
| /tutorials/gettingstarted/base/rggbase/_ | item, context | ||
| /tutorials/gettingstarted/base/rggtutorial | |||
| /tutorials/gettingstarted/base/rggtutorial/_ | item, context | ||
RSyntaxTextArea
| Path | Run | Parameters | Description |
| — | — | — | — |
| /hooks/postboot/_ | registry | ||
Video
| Path | Run | Parameters | Description |
| — | — | — | — |
| /video/ffpmeg | |||
vrskeletonization
| Path | Run | Parameters | Description |
| — | — | — | — |
| /ui/vrs/addroot | context | ||
| /ui/vrs/addpoint | context | ||
| /ui/vrs/addbranch | context | ||
| /ui/vrs/addrootselect | context | ||
| /ui/vrs/addpointselect | context | ||
| /ui/vrs/addbranchselect | context | ||
| /ui/vrs/settype | context | ||
| /ui/vrs/selectparent | context | ||
| /ui/vrs/selectsuccessor | context | ||
| /hooks/postboot/_ | registry | ||
| /hooks/projectloaded/_ | workbench | ||
| /hooks/rgg/finished/_ | workbench | ||
SocketView
| Path | Run | Parameters | Description |
| — | — | — | — |
| /ui/socketTools/select | context | ||
| /ui/socketTools/delete | context | ||
| /ui/socketTools/move | context | ||
| /ui/socketTools/radius | context | ||
| /ui/socketTools/rotate | context | ||
| /ui/socketTools/selectParent | context | ||
| /ui/socketTools/selectChild | context | ||
| /ui/socketTools/execute | context, name | ||
01_user_documentation/03_interacting_with_groimp/45_commands/99_all_commands.txt · Last modified: 2025/12/10 15:06 by gaetan
