+ Reply to Thread
Results 1 to 3 of 3

Thread: UnrollSurface bug

  1. #1

    UnrollSurface bug

    Hi Steve,
    in a previous post i send a trouble on the unroll surface: http://python.rhino3d.com/threads/1009-UnrollSurface-bug?p=3992.
    This was a bug in core Rhino and it was fixed.
    Now I have the same trouble in the attached surface (it worked well some time ago): the id of the unrolled suface is [00000000-0000-0000-0000-000000000000] and the curve is correctly unfolded.
    This is the code:
    Code:
    import rhinoscriptsyntax as rs
    
    sup=rs.GetObject("select a surface",rs.filter.surface)
    cur=rs.GetObjects("select curves", rs.filter.curve)
    out=rs.UnrollSurface(sup,False,cur)
    print out
    Attached Files

  2. #2
    Senior Member Steve Baer's Avatar
    Join Date
    Apr 2010
    Location
    Seattle
    Posts
    1,464
    Blog Entries
    19
    Hmm.. this works on my internal build of the day. Please test this with the next V5 beta since I am running code newer than you.

    Thanks,
    -Steve

  3. #3
    Yes, in the new beta this works
    Bye,
    g

+ 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