I do a Solid Difference in Grasshopper to remove the cylinders from the board. But it's not working the way I expect. When done and baked into Rhino, the board shows the circles for the holes, but there is still
Then, I do a Solid Difference in Grasshopper to remove the cylinders from the board. But it's not working the way I expect. When done and baked into Rhino, the board shows the circles for the holes, but there is still material in there. You can see this in the attached image ...
Very new to all this! So I am working on a project where I have two 3D mesh models(both of which are shells) and I need to merge them and take the difference of the volume subtracted so that I have parameters like surface area, depth, and volume. I am not sure whether I ...
Dim tolerance As Double = 0.1 Dim rc As Boolean = RhUtil.RhinoBooleanDifference( _ InBreps0.ToArray(), _ InBreps1.ToArray(), _ tolerance, _ something_happened, _ OutBreps, _ InputIndexForOutput) A = OutBreps 'If (Not rc Or Not something_happened) Then ' Return IRhinoCommand.resu...