Galvin Posted 12 hours ago Posted 12 hours ago 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 9 hours ago Posted 9 hours ago 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 11 minutes ago Posted 11 minutes ago 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.