Hi Steve,
working with rs.SplitBrep, I have a similar trouble as in the previous thread in the unrollsurface (http://python.rhino3d.com/threads/10...ollSurface-bug).
When I execute the following script in the attached file I obtain 3 null IDs: [<System.Guid object at 0x000000000000002B [00000000-0000-0000-0000-000000000000]>, <System.Guid object at 0x000000000000002C [00000000-0000-0000-0000-000000000000]>, <System.Guid object at 0x000000000000002D [00000000-0000-0000-0000-000000000000]>]
Code:import rhinoscriptsyntax as rs out=rs.SplitBrep("093b1772-aff2-40a0-8df2-faa41181d08e","b53cde29-7c7f-4385-84cc-8d158c822c94") print out


Reply With Quote