asos2000 Posted March 8, 2010 Posted March 8, 2010 in attqched a drawing a text but can't see, why is this InvText.dwg Quote
lpseifert Posted March 8, 2010 Posted March 8, 2010 DXF code 60 for the text object is 1 (meaning it is invisible). This should make it visible (setq ss (ssget "X" '((0 . "*TEXT"))) ed (entget (ssname ss 0)) o60 (assoc 60 ed) n60 (cons 60 0) r60 (subst n60 o60 ed)) (entmod r60) 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.