Juraj Posted May 6, 2015 Share Posted May 6, 2015 Hello, I'm trying to create setup, where multiple objects are cut by multiple lines. I got inspired by this great thesis. So I guess it should contain two foreach sops: one for each geometry (based on piece attribute from connectivity sop) and the other for each curve (based on line attribute from connectivity sop). But I cannot get it working. Would you be kind to look into attached file and suggest a solution? Thanks geo_cutter.hipnc Quote Link to comment Share on other sites More sharing options...
anim Posted May 7, 2015 Share Posted May 7, 2015 you need to first iterate over your cutters, then inside get all pieces and iterate over them to cut by current cutter as every cutter has to recalculate pieces since new ones may have been created at previous cutter iteration you can as well just look inside of Break SOP, which is doing exactly that and see how it works 1 Quote Link to comment Share on other sites More sharing options...
Juraj Posted May 7, 2015 Author Share Posted May 7, 2015 Thank you, that's exactly what I needed. I was not aware of this asset. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.