CANDOWE Posted May 16, 2023 Share Posted May 16, 2023 HEY MASTERS, I'd like to write a lisp routine to select attributes blocks, first I need to window select those using 2 points, then for those doesn't in this erea, i need to pick the blocks one by one, in order to tell which is selected or unselected , i need those selected display different from those unselected. picture 2 underbelow is prefered. Quote Link to comment Share on other sites More sharing options...
devitg Posted May 16, 2023 Share Posted May 16, 2023 @CANDOWE ;just for one (SETQ ENT (CAR (ENTSEL "pick ent"))) (REDRAW ENT 3) ; for a few (SETQ SS-ENT (SSGET)) 1 Quote Link to comment Share on other sites More sharing options...
BIGAL Posted May 16, 2023 Share Posted May 16, 2023 Like devitg pick pick pick or window select then hold shift and pick pick deselects. The other way is with filters but need say name of blocks to select. Quote Link to comment Share on other sites More sharing options...
CANDOWE Posted May 18, 2023 Author Share Posted May 18, 2023 On 5/16/2023 at 6:54 PM, devitg said: @CANDOWE ;just for one (SETQ ENT (CAR (ENTSEL "pick ent"))) (REDRAW ENT 3) ; for a few (SETQ SS-ENT (SSGET)) THIS IS A FANTASTIC AND EASY IDEA Quote Link to comment Share on other sites More sharing options...
devitg Posted May 18, 2023 Share Posted May 18, 2023 2 hours ago, CANDOWE said: THIS IS A FANTASTIC AND EASY IDEA @CANDOWE Once upon a time, circa 55 years, a teacher show us this say Quote "It just is to see simple, as to see clear " o in clear Spanish ' Basta ver simple , para ver claro" or the other usually say in english: KISS , "keep it simple SIR" 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.