Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have some files exported from Revit. I have Xref-ed them to a new acad file. I want to Bind (Insert) and explode them with an accoreconsole script.
So far so good.
bindtype 1 xref bind * xplode all g purge all * n save Merge.dwg
I am having troubles because the text styles in the dimension styles get messed up for some reason. What I have surmised is that the conflict comes from text styles having identical names. If I use bind which will prefix everything the explode works great.
Is there any other way than going with bind-bind
Solved! Go to Solution.