Visual LISP, AutoLISP and General Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
ssget "x" filter paper space vs. model space
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
225 Views, 2 Replies
03-27-2009 05:21 AM
I recent had a routine mess up on my system. I a using a setup routine and xdata to save information in a drawing (model space) to be recalled each time the drawing is load and in turn load correct user tools. Recently however the variable reload has decided that in some drawings when saved and opened in Paper Space layout tabs, it will not find the xdata info using the SSGET "X", but if saved and opened in Model Space it will recover the information. I am running Acad 2009 with Subcription Update packs.
Does anyone know why this may happen on some drawings but not in all of them? I can type the ssget "x" syntext at the command prompt after the drawing loads (errors out because it couldn't find the data) and it will find the data manual, just not automatically. This has worked for several years now, and it has stumped me.
Thanks
Cliff
Does anyone know why this may happen on some drawings but not in all of them? I can type the ssget "x" syntext at the command prompt after the drawing loads (errors out because it couldn't find the data) and it will find the data manual, just not automatically. This has worked for several years now, and it has stumped me.
Thanks
Cliff
Re: ssget "x" filter paper space vs. model space
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-27-2009 06:17 AM in reply to:
ProfessionalEngineers01
You can try:
(ssget "X" '((67 . 0)))
-David
(ssget "X" '((67 . 0)))
-David
Re: ssget "x" filter paper space vs. model space
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-31-2009 06:18 AM in reply to:
ProfessionalEngineers01
Thanks,
I'll give it a try.
I'll give it a try.

