Hi,
Surface Split does not give me the two split surfaces in this example. If I bake these in Rhino and use the ‘Split’ command it works and I get two split surfaces.
Is this a bug?
surface not splitting grasshopper.gh (6.7 KB)
Hi,
Surface Split does not give me the two split surfaces in this example. If I bake these in Rhino and use the ‘Split’ command it works and I get two split surfaces.
Is this a bug?
It is probably because some segments of the splitting curve are coincident with the borders of the surface
Yeah some kind of tolerance issue. The distance between the curve and surface edge is about 1mm. What I am more interested to know is why it works in Rhino and not Grasshopper.
Scaling the curve slightly gets around the tolerance issue but I found something else. The curve has seven segments instead of the expected six. That can be a problem in some senarios.
That’s a good question but more important to me is “What will I do about it?”.
Rhinocommon method with tolerance control:
surface not splitting grasshopper.gh (15.8 KB)
because many rhino commands try increasing tolerance when they fail
Do you have the version for rhino7?
SplitOldc.gh (7.9 KB)
try this