Combine objects to get just the perimeter

Combine objects to get just the perimeter

jalkaz
Participant Participant
279 Views
2 Replies
Message 1 of 3

Combine objects to get just the perimeter

jalkaz
Participant
Participant

Hello everyone,

 

I need to draw the outline/perimeter of several objects with a specific distance. Like this for example:

 

 

Step 1Step 1

 

Step 2Step 2

 

Step 3Step 3

 

At the moment I use OFFSET, then EXPLODE, then FILLET/ROUND and then I JOIN the lines because I need it to be one polyline. After that I delete whatever lines are left over. Is there a faster way?

 

Thanks in advance!

0 Likes
Accepted solutions (1)
280 Views
2 Replies
Replies (2)
Message 2 of 3

pendean
Community Legend
Community Legend
Accepted solution
REGION command: use it to convert your closed plines into region-type objects.
Then use UNION command to merge/join the outer Plines (not the "holes") into one shape.
Then use SUBTRACT command to remove the "holes" from your outer now-a-single-object shape.

That's what you want.

Nope, Plines can't have "holes", they are just magic lines, not filled-in shapes.

HTH
0 Likes
Message 3 of 3

jalkaz
Participant
Participant
This is it. Thank you!
0 Likes