Galvin Posted Friday at 09:49 AM Posted Friday at 09:49 AM 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 Friday at 12:22 PM Posted Friday at 12:22 PM 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. Quote
BIGAL Posted Friday at 09:46 PM Posted Friday at 09:46 PM 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
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.