Difference between revisions of "Dcp GUI"

From Dynamo
Jump to navigation Jump to search
(Created page with "Category : dcp The GUI <tt> dcp </tt> is the main tool for interactive design of projects. Using it assumes that a data folder is already ava...")
(No difference)

Revision as of 09:49, 17 March 2016


The GUI dcp 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

>> dcp

Using the dcp GUI

The GUI follows the pipeline for designing an Alignment project.

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