Grasshopper

algorithmic modeling for Rhino

Hey guys

I'm trying to find the intersection point between a surface and a series of lines.  It's worked for many similar sets of lines and surfaces, but for some reason with the case I'm posting a large portion of the lines aren't intersecting, clustered around the highest part of the surface.  The lines definitely go through the surface, so I'm stumped.  Any ideas why this might be?

If it makes a difference there's a larger script before and after this, including the generation of the lines.  I've just isolated the problem part here because the whole thing is pretty messy.  

Thanks

Matt Johnson

Views: 1153

Attachments:

Replies to This Discussion

Hi,

it is for you...

Attachments:

Yup, seems like a bug. Since your curves are long enough, you can switch to Surface|Curve or Brep|Curve intersections instead, they work as expected. I'll try and find the problem with Surface|Line.

Thanks!

The problem is with a bug in our BrepFace boundingbox calculator. It sometimes returns a box that is too small. I've kinda sorta fixed this by just growing the box for this specific component, but ultimately the fix will have to come in the form of a Rhino SDK improvement.

interesting.  What's Rhino SDK?

SDK = Software Development Kit

It's basically the part of Rhino source code that everyone (even non-mcneel people) can use. If there's a bug in this part of the program, every plugin developer who uses that code will 'inherit' the bug. However fixing it in Rhino core will also by extension fix it everywhere else.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service