Galvin Posted February 28 Posted February 28 A slight annoyance ive been having is the Polyline default thickness set to 0.5. I understand how to use the Plinewid command and quick select etc. but i'd like Polylines thickness to default to 0.0 everytime I open a new drawing instead of having to change it each time. Is there anyway to change this once and have it set forever? Quote
ReMark Posted February 28 Posted February 28 One option would be to create a lisp routine like this... setvar "plinewid" 0.0125 (sets plinewid to 1/8") then put that whole line in your acaddoc.lsp file so it will be loaded each time a drawing is opened. 1 Quote
BIGAL Posted February 28 Posted February 28 Like @ReMark we loaded a custom lisp on start up and it had stuff like this in it, had multiple defuns. Appload add lisp to Start up Suite. Quote
GLAVCVS Posted Wednesday at 12:30 AM Posted Wednesday at 12:30 AM (edited) @Galvin Is it possible that the problem is in the template? If so, you may just need to change its value in the template and your problem will be solved Edited Wednesday at 12:31 AM by GLAVCVS 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.