Message 1 of 16
SSX not recogniosed by Accoreconsole
Not applicable
03-02-2020
08:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to create a script to run with ScriptPro. As part of the script I am using the "SSX" command to select blocks which I wish to delete. After running the script the ScriptPro logfile tells me "C o m m a n d : s s x U n k n o w n c o m m a n d " S S X " ".
Is there an alternative to SSX in scripting? My script is below...
TILEMODE
0
ssx
B
"Superseded Datum"
ERASE
P
ZOOM
EXTENTS
TILEMODE
1
ssx
B
"Superseded Datum"
ERASE
P
-PURGE
B
"Superseded Datum"
N
-PURGE
B
"Datum Shift"
N
-LAYER
M
"DATUM SHIFT"
-INSERT "P:\ESTATES\MERRIFIELD\Living to Business Park Datum Shift\Superseded Datum.dwg"
0,0
ZOOM
EXTENTS
QSAVE
Thanks,