Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Anonymous
415 Vistas, 5 Respuestas

Polyline thickness

How do I set my line thickness to 0 for the rectang function? The layer is set to 0 so I don't understand why it is drawing thick. I know how to change it to 0 once drawn, but is there a way to set the default to 0 so I don't have to change it everytime?

 

Amber

Alfred.NESWADBA
en respuesta a: Anonymous

Hi,

 

>> How do I set my line thickness to 0

Type into the commandline

_THICKNESS<ENTER>

0<ENTER>

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Anonymous
en respuesta a: Anonymous

THICKNESS or WIDTH?? those are two different things.

 

If you're truly asking about THICKNESS see the previous reply.

 

If its width use properties to change the width of the PLINE and use PLINEWID setvar to set the default width.

Kent1Cooper
en respuesta a: Anonymous

I'll add another possibility to @Anonymous's -- THICKNESS or WIDTH or LINEWEIGHT?  Those are three  different things.

 

RECTANG makes them at zero width even when PLINEWID is non-zero [at least up to and including Acad2016 that I'm running here], so I don't think that can be it [unless you don't really mean  "the rectang function," but are drawing them with the PLINE command].  But if you have a lineweight  assigned to Layer 0, or in the current-entity properties, and you have it set to show lineweights, you'll see that.

Kent Cooper, AIA
Vinayv4v
en respuesta a: Anonymous

@How do I set my line thickness to 0 for the rectang function?

 

Hi,

 

Since you are using a rectangle function, type the command REC and check the following

 

REC > T (Thickness) > If it is set to <0>

(Thickness is seen if you are in 3d)

 

REC > W (Width) > If it is set to <0>

This will change the global width of the rectangle according to given value.

 

 

Cheers,

Vinay Vijayakumaran

Kent1Cooper
en respuesta a: Kent1Cooper


@Kent1Cooper wrote:

.... 

RECTANG makes them at zero width even when PLINEWID is non-zero [at least up to and including Acad2016 that I'm running here]....


I've now dug into 2018 Help and find that Thickness and Width are now options in RECTANG, so that could be the issue.  But be aware of the difference [as @Anonymous mentioned] -- "width" is what a lot of people mean  when they talk about "thickness," but in AutoCAD's terminology "thickness" is up off the page in the Z direction.

Kent Cooper, AIA