Python rhinoscriptsyntax implementation request: IsSurfaceUnrollable

…as the title says, thanks! --Mitch

Hi Mitch, i´ve tried various ways to write something related, checking curvature, degree etc. was time consuming and unreliable so i ended with the solution provided here in my last post.

c.

That is pretty much what I would do in my implementation

Yeah, in general I would just try to unroll the stuff and whatever unrolls, fine…

In this case I was just thinking it might be nice to be able to create a custom selection filter(in GetObjects() that would include IsSurfaceUnrollable() so that the user wouldn’t even be able to select objects that would not unroll… And I assumed that since vb Rhinoscript already has this method, that there might be a method not yet exposed in RhinoCommon that it could hook into… I can certainly write my own, but the point was to put this on the wishlist…

Cheers, --Mitch

Sorry Mitch, i have to agree. If it is in RhinoScript, it should be added to rs python to stay on a par.

c.