Jump to content

Recommended Posts

Posted

What's the commnd to change the default line thickness in AutoCAD 2012?

 

I know to PE - W - x Value, but is there a command that changes what a pl's width starts at?

Posted (edited)

PLINEWID will work for polylines not for plain lines.

 

You can always assign a lineweight to a particular layer then toggle the LWT option to display or not to display the lineweight on screen.

Edited by ReMark
Posted

Only PL's are being a pain. Lineweights aren't controlled by me; I work for McAlpine who have their own default Linewieghts.

 

Is there a way to ensure a PL drawn won't have a large default thickness?

Posted

Use a small lisp routine to set the value of PLINEWID when you start a new drawing?

 

Create a macro and assign it to a button?

 

Use a snippet of code like this: (setvar "plinewid" 0.0125) Note: sets Pline width to 1/8").

Posted
Use a small lisp routine to set the value of PLINEWID when you start a new drawing?

 

Create a macro and assign it to a button?

 

Don't know how to.

 

May look at Tutorials around Forums.

Posted
I gave you one more option.

 

Macros do you mean, or the Lineweights?

Posted

Use a snippet of code like this: (setvar "plinewid" 0.0125) Note: sets Pline width to 1/8".

Posted
Use a snippet of code like this: (setvar "plinewid" 0.0125) Note: sets Pline width to 1/8").

 

Cheers ReMark. One question; is this a LISP or Macro?

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...