+ Reply to Thread
Results 1 to 5 of 5

Thread: Get curves from Surface

  1. #1

    Get curves from Surface

    Is there a function/method that gets a list of the edges curves that make up a surface?

    Thanks

    Dennis

  2. #2
    Not precisely, but Surface.IsoCurve would work. You could get the Isocurves at the edges of the U and V domains and put them in a list.

  3. #3
    Thanks. I will give that a shot.

  4. #4
    Super Moderator Mitch's Avatar
    Join Date
    May 2010
    Location
    Switzerland
    Posts
    313
    How about:

    Rhino.Geometry.Brep.DuplicateEdgeCurves(srf) ?

    --Mitch

  5. #5
    Thanks Mitch. I was just starting to look at that as well.

    Dennis

+ Reply to Thread

Tags for this 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