It's time to start the main development.
I did some investigation and initial C# scripting in GH itself, and things have been becoming more clear, so it's time for the real deal.
We develop in Visual Studio, were we define are classes and gh components (and more stuff?)
A few remarks:
Follow object-oriented programming guidelines as good as possible. This will mean more effort in the beginning but an easier process and a much better tool in the end!
Do some extra research on general rules on constructing a form diagram, this is important for the tool to work at all times.
Steps:
[x] Clean the GHPlugin solution up a bit
[x] Create a chart or something, defining which classes (=objects? ) we are gonna use and how they will communicate.
It's time to start the main development. I did some investigation and initial C# scripting in GH itself, and things have been becoming more clear, so it's time for the real deal.
We develop in Visual Studio, were we define are classes and gh components (and more stuff?) A few remarks:
Steps: