jhubers / pCOLAD-for-Dynamo

1 stars 0 forks source link

Intro #1

Open jhubers opened 9 years ago

jhubers commented 9 years ago

pCOLAD for Dynamo is about multidisciplinary parametric design. The idea is that different disciplines use some crucial shared parameters and are immediately informed if a value of a shared parameter is changed. Since a CSV file is easy for all disciplines to handle, we need a pCOLLECT node to gather the crucial parameters and values in the Dynamo solution. Then add several pCOLLECT nodes to a List Create node and link that to a pSHARE node, that displays a copy of the CSV file (a xaml control with a DataGrid bound to a DataTable) and adds the output of pCOLLECT. Then pPARAM nodes use the output of pSHARE to find the parameters and values that are needed from other team members. Of course it is more complex than this. In order to understand what a parameter is about, you have to add several attributes. This must be flexible. So pCOLLECT should have the possibility to add parameter inputs. And some smart mapping of different attributes is needed. image