Dcp GUI

From Dynamo
Revision as of 09:54, 17 March 2016 by Daniel Castaño (talk | contribs)
Jump to navigation Jump to search


The GUI dcp (for Dynamo Current Project) is the main tool for interactive design of projects. Using it assumes that a data folder is already available. Other required elements (as template, table, masks) can be previously available and linked to a project, or simply be created during the design of the project using tools indicated by the GUI

>> dcp

Using the dcp GUI

The GUI follows the pipeline for designing an Alignment project.


Auxiliary tasks

Invoking the dcp GUI from the command line

Open on existing project

>>dcp myProject

You can use dprojects to check the projects currently available on the current folder.


Create a new project

>>dcp.new('myProject'); This will create in disk the project folder myProject While creating a project from scratch you can directly pass some elements as tables, masks, etc

Copy a project

>>dcp.copy('previousProject','newProject');

Other command line orders for project manipulation

Older commands for project manipulation are still available in Dynamo dvcopy to copy a project dvput to insert parameters inside a project without using any GUI