cloud Posted April 29, 2017 Share Posted April 29, 2017 Hi, guys I`m confused the new boolean node can not work with 2D geo in some times. Like deal with a grid node and curve node. I creat a grid node modify the Rows and columns 50 by 100 , then get a file node. The file node was a bgeo file which created by curves nod. Use boolean to subtract B-A , but nothing happend. I holp some guys can fix this Thanks for help !!! Boolean_test_v001.hip Quote Link to comment Share on other sites More sharing options...
Cybernetix Posted April 29, 2017 Share Posted April 29, 2017 (edited) If you look at the geometry spreadsheet of the file node, the Y component is not 0. So fix this by putting @P.y =0; into a wrangle, and treating both Set of inputs as Surface not Solid from the drop down menu on the boolean. Edited April 29, 2017 by Cybernetix Quote Link to comment Share on other sites More sharing options...
Cybernetix Posted April 29, 2017 Share Posted April 29, 2017 (edited) https://gyazo.com/ddcd7f525f182e291cbd031c2fabc39e Edited April 29, 2017 by Cybernetix Quote Link to comment Share on other sites More sharing options...
Alexey Vanzhula Posted April 29, 2017 Share Posted April 29, 2017 You just need to add some thickness to cutter geometry and set 'Treat As' = 'Surface' parameter for source geometry in boolean SOP Boolean_test_v001.hip Quote Link to comment Share on other sites More sharing options...
cloud Posted May 3, 2017 Author Share Posted May 3, 2017 On 2017/4/30 at 4:22 AM, Cybernetix said: If you look at the geometry spreadsheet of the file node, the Y component is not 0. So fix this by putting @P.y =0; into a wrangle, and treating both Set of inputs as Surface not Solid from the drop down menu on the boolean. Thank you so much Tim,it works great! Quote Link to comment Share on other sites More sharing options...
cloud Posted May 3, 2017 Author Share Posted May 3, 2017 On 2017/4/30 at 4:34 AM, Alexey Vanzhula said: You just need to add some thickness to cutter geometry and set 'Treat As' = 'Surface' parameter for source geometry in boolean SOP Boolean_test_v001.hip Thanks Alexey!I know how boolean SOP works and thanks again. 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.