Message 1 of 10

Not applicable
07-26-2017
06:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
; mtext layer change ; 2017-0726 (defun c:txtlay () (setvar "tilemode" 1) (setq txt (ssget "_X" '((0 . "MTEXT")(410 . "model")(1 . "*VERS*")))) (command "_chprop" "!txt" "" "_la" "34_P-A-GRID-PR" "") ); end defun (prompt "change mtext layer") (prin1)
Hello, experts,
This is a simple code, but error still exists. please help.
thanks,
Solved! Go to Solution.