Hi guys,
I have a surface which acts weird when I unroll it using RhinoCommon. It’s easy to recreate using Python though. Run the following script on the surface in the file below:
import rhinoscriptsyntax as rs
obj = rs.GetObject()
rs.UnrollSurface(obj)
The left is the result I’m getting, notice the odd bump that shows up. This doesn’t happen when using the regular Rhino UnrollSrf command, but I cannot use that. Is this a bug or is there a way to prevent this from happening?
210908 UnrollSrf bug.3dm (181.6 KB)
8 posts - 4 participants