Grasshopper

algorithmic modeling for Rhino

I have one list of four polylines arranged in rectangle and another list of four polylines starting in corners of rectangle and having one common endpoint inside. Is there any more neat, quick and universal method to weave those two lists to obtain triangles ?

Views: 1118

Replies to This Discussion

I would:

1) Explode all your lines to get vertices

2) Create a unique set of points (5) care with rounding errors might need to reformat numbers

3) Delauney Mesh from these 5 points

4) Decompose Mesh Faces

5) Create closed Polylines around each face

Attachments:

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service