Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
sHi guys,
How to copy a whole family from a given file into another file?
So manually I would
- open file (A)
- select element (let's say a detail item)
- edit family
- load into project (B) and close.
now ALL the types are loaded into project (B)
I tried using
ElementTransformUtils.CopyElements(doc, ids, targetDoc[0], None, DB.CopyPasteOptions())
but I get the error that it can't copy the element because it is view specific (detail item ..)
But I actually don't want to "copy" elements, I want them to be loaded into project instead. No need to place them.
How to do this?
love python coding
Solved! Go to Solution.