TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Andrea on January 26, 2009, 11:24:46 AM

Title: sssetfirst use..
Post by: Andrea on January 26, 2009, 11:24:46 AM
hi all..

any one know how to select entity without showing grips ?
Title: Re: sssetfirst use..
Post by: Jeff_M on January 26, 2009, 11:40:17 AM
Turn off Grips, but make sure to turn them back on when you are done.

(setvar "grips" 0)
Title: Re: sssetfirst use..
Post by: dustinthiesse on January 26, 2009, 11:50:00 AM
Not sure if this is correct or not, but when I used

(sssfirst selset)     ;objects selected NO GRIPS
(sssfirst nil selset) ;objects selected with grips
Title: Re: sssetfirst use..
Post by: Jeff_M on January 26, 2009, 12:07:04 PM
When I try that, d-unit, it reports a selection set but nothing is actually selected. If I initiate the Move command afterwards then it still asks for a selection, so it doesn't recoginze anything being previously selected.
Title: Re: sssetfirst use..
Post by: Andrea on January 26, 2009, 12:23:13 PM
well...

...I think that i've seen something for that.

thanks.
Title: Re: sssetfirst use..
Post by: dustinthiesse on January 26, 2009, 01:06:42 PM
When I try that, d-unit, it reports a selection set but nothing is actually selected. If I initiate the Move command afterwards then it still asks for a selection, so it doesn't recoginze anything being previously selected.

Ahh you are correct.  In that case, seems the only way would be to set grips to 0 first.