- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to write a tool to create an AssemblyInstance, but I cannot find a way as of yet, so I'm reaching out. We start by grabbing a couple elements within a drawing. I use the Selection to get the ElementID's and then Element's themselves, and place them in a List<Element>.
I've looked through Document.Create and there is no AssemblyInstance - I also checked through Document.Create.NewFamilyInstance, but that requires a Symbol among other things; which AssemblyInstance's aren't even FamilyInstances to begin with if I'm not mistaken.
I've also looked in to simply overriding a keyboard shortcut, but Create Assembly doesn't seem to have one.
Any help on where to look for this would be a huge help.
Thanks in advance!
Solved! Go to Solution.