transcad Posted May 3, 2012 Posted May 3, 2012 I have a list with n entities names - how to transform this list in a selection set? Quote
Lee Mac Posted May 3, 2012 Posted May 3, 2012 (setq ss (ssadd)) (foreach ent <list of entity names> (ssadd ent ss)) Quote
transcad Posted May 3, 2012 Author Posted May 3, 2012 And for a selection set of n Mtexts, how to put background for each mtext, with factor 1.2 and color - background color? Quote
pBe Posted May 3, 2012 Posted May 3, 2012 ------------------- - Menu For Today - - Selection Set - - Mtext Mask - - TBD - - TBD - ------------------ Quote
Lee Mac Posted May 3, 2012 Posted May 3, 2012 And for a selection set of n Mtexts, how to put background for each mtext, with factor 1.2 and color - background color? http://lee-mac.com/mask.html Quote
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.