Create closed polygon curve from open polygon curves

   2309   2   1
User Avatar
Member
2 posts
Joined: Jan. 2021
Offline
I have multiple polygon curves, which visually intersect in space, forming a closed curve.
I want to extract this closed curve and create one polygon from given multiple polygon curves. How can I create it?

User Avatar
Member
735 posts
Joined: July 2005
Offline
Hi, if your curves are planar you could use Intersection Stitch and Polyexpand2D with a very low offset.

Attachments:
hindie_ht53IvTDvH.png (458.3 KB)
intersection_prim.hiplc (91.5 KB)

User Avatar
Member
2 posts
Joined: Jan. 2021
Offline
Thank you very much.
I've accomplished what I want to do perfectly!
  • Quick Links