Message 1 of 8
Load family from a file server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Part of my plugin process is to load a pre-defined Revit family I prepared that my plugin uses.
2 options I was thinking of:
1. To copy this family from my file server once the plugin is begin installed and then to load it to the Revit project once plugin is executed. In this case - where do you think it is better to save this rfa file in my users' station? This family will have to be loaded to each new project in Revit so it will have to be saved in a safe place.
2. Load this rfa directly from my file server to the Revit project once plugin is executed. Is this even possible?
Do you think of any other way to tackle this?
Thank you!