General API Guidance help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I am currently diving into doing some Revit API work. We have a project here we built with our custom in-house families. These families are basically modeled squares that are put in a file. Probably about 150,000 of them when said and done. Within these families we have a bunch of custom parameters holding information we need. That aside. We have to take an area of these (say about 50-75 pieces), create an assembly view of the area. Tag each piece with a number (assigned in the family), create a custom schedule of the pieces from the assembly view, then place the schedule and the assembly view on a drawing sheet. When it's said and done we are going to have 1000's of these things.
Question for you - If the user creates the assembly view can the rest be automated?
If we automate all of this, I am worried that having all these views, schedules, sheets within our working model might create a havoc and mess of our file. However we want to keep things linked together so if the drafter updates the model the rest of our information will update as well. Other than going through and putting everything within one file, is there anyway to do this and still have the information linked?
Then, can someone give me some guidance as far as what type of application I should use: external command, macros, external application, extension??
I do have some background in .net programming. Have done a handful of inventor addin's already. Currently I use VB.net but am going to attempt to use C# for this project. I have visual studio 2012 express already loaded and am currently going through the help files, online documents and SDK documentation.
Can someone give me any guidance please?
I did open a support request as well to see if someone could answer through there.
Thanks in advance!
If this response answers your question please click "Accept as Solution".