Quantcast
Viewing all articles
Browse latest Browse all 5777

RhinoCommon UnrollSurface differs from UnrollSrf command

Have a look at the file in attachment. When I use the UnrollSrf command I get a flat polysurface with smooth edges. When I use RhinoCommons UnrollSurface I get a surface with ugly jaggered edges. How can I achieve the result from the UnrollSrf command using Rhinocommon?

For repeating the problem, try this code using Python:

import rhinoscriptsyntax as rs

obj = rs.GetObject()
rs.UnrollSurface(obj)

211214 UnrollSrf vs sr.UnrollSurface.3dm (116.0 KB)

5 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 5777

Trending Articles