Convert a polyline that has width to a polygon

Convert a polyline that has width to a polygon

Anonymous
Not applicable
12,371 Views
15 Replies
Message 1 of 16

Convert a polyline that has width to a polygon

Anonymous
Not applicable

Hi,

 

Is there a way in AutoCAD LT 2014 to convert a polyline that has width to a polygon?

 

Thanks.

0 Likes
Accepted solutions (1)
12,372 Views
15 Replies
Replies (15)
Message 2 of 16

pendean
Community Legend
Community Legend
A polygon is a uniform shape and in AutoCAD/LT it is made up of a PLINE.
Try it yourself, start POLYGON command, draw a shape, then start LIST: AutoCAD reports you selected a POLYLINE. PEDIT works on it to assign a width, so does PROPERTIES command.

Do you mean something else perhaps? Or do you have a picture of what you have vs. what you want?
0 Likes
Message 3 of 16

Anonymous
Not applicable
Sorry, I wasn't very clear. I was given a drawing that is made up of polyines of width. I would like to have the outline of the polyline be a polygon. Is that possible?
Message 4 of 16

pendean
Community Legend
Community Legend
Please post a picture of the problem and what you want the solution to be, your second post remains unclear. Sorry.

In AutoCAD... POLYLINEs are lines and POLYGONs are shapes made with lines,, and you can't turn lines into shapes with a command in AutoCAD.
0 Likes
Message 5 of 16

Anonymous
Not applicable

Polyline to Polygon.png

0 Likes
Message 6 of 16

pendean
Community Legend
Community Legend
POLYLINEs are lines: like string, you can have a thin piece of string or you can have a rink piece of string (like a rope)

POLYGONs are shapes: like a plate. No thin or thick string option unless you want to glue it on (draw a thick pline over the polygon and group them together which may add more problems).

What you are asking for is not an option in AutoCAD. You can't do it. Time to move on my friend 😉
0 Likes
Message 7 of 16

steven-g
Mentor
Mentor
Accepted solution

A polygon by definition is straight sided, but from the look of what you have posted, you just want an outline of the polyline. There is no direct command or magic button for doing this, but as a workaround you could use the wmfout / wmfin commands, It will require a bit of work, because wmfin scales everything down, you will need to explode the inserted image (twice) and then do some manual tidying up, before using the pedit command to turn it all back into a polyline, or use the boundary command. Basically it takes a screen shot of the selected objects and inserts it back into the drawing as a series of outlines.

Start the wmfout command and select the objects you want, you will be asked to give a file name to save as, then start the wmfin command and pick the file you just saved, you will be asked for an insertion point, scale factors and rotation angle, I'll let you figure all that out. When you have the object inseted explode it all twice and you will see what needs editing.

Message 8 of 16

Anonymous
Not applicable

I came upon this thread looking for the same answer. I see there is no answer here, but I found it on another thread

I know it's a couple years late, but if anyone needs the answer, use FLATTEN command to change PLines with thickness into a PLine that OUTLINES this thickness.

FLATTEN, the choose YES.

 

 

Message 9 of 16

pendean
Community Legend
Community Legend



FYI there was no FLATTEN command in the LT version of AutoCAD back in the year 2015 https://forums.autodesk.com/t5/autocad-lt-forum/flatten-command-in-autocad-lt/td-p/6619106

Message 10 of 16

Anonymous
Not applicable

If it didn't exist, say it can't be done. Simple.

 

 

 

0 Likes
Message 11 of 16

cadffm
Consultant
Consultant

@Anonymous 

"I came upon this thread looking for the same answer. I see there is no answer here, "

 

That's wrong, you answered direct under the answer&solution in #7 from Steven !

 

And your answer is wrong because, as pendean wrote, flatten is not available in this software, also not in 2021.

You are talking about another software that doesn't help in this case. What you said: If it didn't exist, say it can't be done. Simple.

 

As first it was just unsure what OP have and what he want, that's usual. After clarification the  answer was:

"What you are asking for is not an option in AutoCAD. You can't do it. Time to move on my friend"

What isn't wrong. Stevens way is a workaround to reach the goal, but there is no command to do it perfectly in one step.😉

 

Oh, 12:37 am, time to sleep

 

Sebastian

Message 12 of 16

jrogulski
Advocate
Advocate
0 Likes
Message 13 of 16

steven-g
Mentor
Mentor

@jrogulski No there is no LISP in LT, none of the programming API's are available to LT users.

0 Likes
Message 14 of 16

federico.ringeling
Community Visitor
Community Visitor

Thank you sooo much

0 Likes
Message 15 of 16

federico.ringeling
Community Visitor
Community Visitor
Thank youuuuuuuuuu!!!!
0 Likes
Message 16 of 16

mattmanuel046
Community Visitor
Community Visitor

You are my hero. I am using ZWCAD and this solved my problem perfectly. Thank you!

0 Likes