> However, I have found that it runs almost > instantly if I minimize rhino after I start the script. Have you tried disabling redraw?
You can also create intersections between curves and surfaces in vb.net. Here's one method using "RhUtil": http://en.wiki.mcneel.com/default.aspx/McNeel/IntersectCommandVB Another method is using the member function ".IntersectSurface" for OnLine or OnCurve. Here's an example using ".IntersectCurve", which is very similar: http://en.wiki.mcneel.com/default.aspx/McNeel/SdkIntersectCurves As i understand it, the first method uses the rhino intersect and the second method uses openurbs. On Apr 20, 4:29 pm, phildavis17 <[email protected]> wrote: > I have been using a rhino script to do the same thing, but with meshes > rather than surfaces. It seems to take roughly the same amount of > time that you describe. However, I have found that it runs almost > instantly if I minimize rhino after I start the script. I don't know > why this is the case, and I don't know how implementable this would be > for a script in GH, but I'd give it a shot.
