Creating a Plenum Object with Variable amount of connectors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
So, in AutoCAD, I have an add-on to MEP that allows me to create a Plenum. This plenum is rectangular in shape (think a rect duct) with one connector. The other 5 sides will have taps/connectors on them.
Now, here's the thing. In my AutoCAD add-on, the user can put as many Round or Rect connectors as they want, where ever they want on those five sides.
I'm looking for a means to translate this into Revit. I want to be able to extract information from that plenum as to where I can insert it into a Revit project.
My ideal situation would be to create it on-the-fly within Revit when I am importing those objects, within the API itself. Basically, I'd love to be able to model the user's plenum object programmatically, that in itself would be simple, it's just a box with some shape extruding off of it, however; it's my understanding that I would need to do this within a Family. The Family would be called something like "Rectangular Plenum", I believe I would run into some issues trying to create a bunch of families that are all different, in dimensions, but have the same name "Rectangular Plenum".
I've also debated on creating a Revit Family that just has 5 connectors of each type on each side, the issue is that you'd end up with a Family that has a relatively insane amount of Parameters to it.
So, does anyone have any suggestions or ideas? If you need any more calrification of any kind, please don't hesitate to let me know.
Thank you.