selecting a single section of a polygon

selecting a single section of a polygon

Anonymous
Not applicable
385 Views
3 Replies
Message 1 of 4

selecting a single section of a polygon

Anonymous
Not applicable

After creating a polygon <Draw Polygon>, I need to change the line color of only one section of that polygon. Is there a way to do this?

 

RWW

0 Likes
386 Views
3 Replies
Replies (3)
Message 2 of 4

Patchy
Mentor
Mentor

Expolde, change color and Group if you want it looks like a polygon when selecting it.

0 Likes
Message 3 of 4

Kent1Cooper
Consultant
Consultant

No, that's not possible.  I find that if I convert the Polyline to a 2D "heavy" Polyline, for which each vertex is its own entity, if the color is other than ByLayer, there is a color entry [DXF code 62] in the entity data for each vertex [each one the same].  It is possible to substitute a different color designation for a vertex, and that "takes" in terms of remaining listed that way in the vertex's entity data, but it doesn't "see it through" to changing the visible color of the segment following that vertex, as I had hoped-without-hope that it might.

 

In addition to the Explode-and-Group suggestion:  You could draw a Line or single-segment Polyline in the desired color over the segment, if you're careful about keeping it on top, which would maintain the "integrity" of the polygon itself.  Or you could break that segment out with Pedit or Trim, keeping the rest as one un-closed Polyline entity [depending on which segment it is, you may need to Pedit-Join two parts back together] instead of the separate pieces that Explode would give you, and draw a Line or single-segment Polyline in the desired color in place of that segment.  In either case, you could still Group them together if you like.

Kent Cooper, AIA
0 Likes
Message 4 of 4

Anonymous
Not applicable

Thank you for the replies. I found that using Modify Break worked to break the lines.

0 Likes