Message 1 of 3
Open dwg in Core console without loading any xref?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi! Im trying to find a way to open a dwg via a script with core console without having to load all xrefs, regardless if they are set to Loaded or Unloaded. Is this possible? I've read about Partial open which I guess would work in normal cad.exe, but I can't manage to get it to work in core console especially since I am opening the file via a script file, like so:
%accoreexe% /i %file% /s %script%
where the variables accoreexe, file and script of course are defined. Does anyone have any idea if and how it's possible?