Message 1 of 28
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
im trying to just get things to change to how i like when i open drawings. for instance my dad uses ortho mode and i hate it so i made a list of things i wanted to get set up but they just wont work. i test them by typing SETVAR in the command and then finding the official alias for it but it stays the same.
;;;;;; set task
(setvar "taskbar" 0)
(princ "Task Set.")
;;;;;; set snap
(setvar "snapmode" off)
(princ "Snap Set.")
;;;; set ortho
(setvar "orthomode" 0)
(princ "Ortho Set.")
;;;; set pline
(setvar "plinewid" 0)
(princ "PLwidth Set.")
:::: set plinegen
(setvar "plinegen" ON)
(princ "PLgen Set.")
Solved! Go to Solution.