Hi,
Hopefully a simple one!
I am trying to split a mesh face with a curve. The output i’d like is 2 mesh faces.
Here’s the file:
Split Mesh Face.gh (2.5 KB)
Any thoughts?
Thanks
Andy
Hi,
Hopefully a simple one!
I am trying to split a mesh face with a curve. The output i’d like is 2 mesh faces.
Here’s the file:
Split Mesh Face.gh (2.5 KB)
Any thoughts?
Thanks
Andy
Thanks!
Do you have a solution that works for more than 1 curve per mesh face? In this example simple mesh doesn’t seem to work - i think because it creates a 5 sided shape.
Split Mesh Face 2 curves.gh (6.8 KB)
Thanks
Andy
You are right about this.
There are some PlugIns that can handle N-Gons(Meshefaces with more than 4 vertices), like NGon.
However, here a c# approach.:
Maybe using R6?
You can change this part with the one from @HS_Kim`s Definition.