+ Reply to Thread
Results 1 to 3 of 3

Thread: Null IDs using SplitBrep

  1. #1

    Null IDs using SplitBrep

    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
    Attached Files

  2. #2
    In the last beta is all ok! :-)

  3. #3
    Senior Member Steve Baer's Avatar
    Join Date
    Apr 2010
    Location
    Seattle
    Posts
    1,464
    Blog Entries
    19
    Thanks for letting me know.
    -Steve

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts