GeometryGym / GeometryGymIFC

C# classes to generate and parse OpenBIM IFC files
Other
270 stars 97 forks source link

Can't find the dependencies #26

Open EniSan1990 opened 4 years ago

EniSan1990 commented 4 years ago

Hi, I can't find the dependencies to generate the application as you explained in the youtube video. I'm a beginner in programming and BIM.I would like to see an example of a basic construction. For example, it would help a lot if you provided the source code "Program.cs" for the application that generates the IFC file of a small room with a plumbing or basic lighting. I believe that a small complete example can stimulate and clarify many doubts, in addition to showing how things connect in this universe.

jmirtsch commented 4 years ago

I've referenced the dependencies from nuget (ie newtonsoft and rhinocommon for the second project). You might have to right click on the solution and restore nuget packages to get them to automatically download.

Sure, an example like this would be helpful. If you want to provide some inputs for this, it would help to prioritize this. This could be a model in a BIM authoring application that I then convert.