Hi, I’m trying to make a phyton script (to use directly in rhino instead of using grasshopper) to split a panel by being able to choose the recovery value. I can’t really find an effective solution.. I’m progressing but if someone has a track I’m a taker.
Here is the model file type.
Thanks
split_panel.3dm (60.0 KB)
I try with Curve.CreateBooleanRegions. and explode closed curve to offset with flat ends. it’s a beginning. I try to get better…
I try this in macro:
_Select
_MultiPause
_Explode
_Selnone
_Select
_MultiPause
_Offset 10
_MultiPause
_Explode
_MultiPause
_SelNone
_MultiPause
_Select _MultiPause _Join
it’s not perfect but it’s work.
Any idea to Improve the idea ?
thanks