Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Which design patterns and best OOP practices I would use the most when dealing with the REVIT API?
Solved! Go to Solution.
Which design patterns and best OOP practices I would use the most when dealing with the REVIT API?
Solved! Go to Solution.
Before getting started with the API, familiarise yourself with the concept of BIM and the Revit product itself, or nothing will make sense.
Then, work through the Revit API getting started material:
http://thebuildingcoder.typepad.com/blog/about-the-author.html#2
It is .NET based. General .NET and OOP best practices apply.
Cheers,
Jeremy
I have worked as an end user on Revit for less than a year actually, not the best as my work was in the scope of academic projects and grad project (Structural division). I think it may be sufficient to start looking into the API itself...