Grasshopper

generative modeling for Rhino

Rafi
  • Male
  • Switzerland
Share 
  • Blog Posts
  • Discussions (24)
  • Events
  • Photos
  • Photo Albums
  • Videos

Rafi's Friends

 

Rafi's Page

Gifts Received

Gift

Rafi has not received any gifts yet

Give Rafi a Gift

Latest Activity

Thanks Rajaa Issa Supper now it's working!!!
November 16
Hi Rafi, Idon't think you have the code I suggested in your example. I'll try to work with your code, but for now, here is the file I used to save NURBS curves.
November 16
Hi Rajaa Issa, The File it's just a example and I think something of my mistake it's a tree question if you take a look on the numbering system.
November 16
Rafi, Please post your definitiona and sample file.
November 16
Hello Rajaa Issa, many thanks! I tested your script but without success! Eventually I do something wrong whit integrating in the VB tool.
November 14
Hello °[u , I'm sorry I was that Busy but finally I tested your script. It seems to work, if I just take a look on the Rhino command Line. But afterward in the saving folder was just one file exported and inside was the whole group of curves. In ...
November 14
Hi Rafi, Try the following. Let me know if this works for you. Private Sub RunScript(ByVal Crv As OnCurve, ByVal sFileName As String, ByVal blnSave As Boolean, ByRef A As Object) '////// Marc Hoppermann /////////// If blnSave Then Dim nc As ...
November 9
Hi Rafi! you must insert the for loop: for i=0 to arrcrv.count-1 filename= filename&i next instead of: for each crv in arrcrv now you will get a single file for each curve If blnSave Then For i As Int32 = 0 To arrcrv.Count - 1 MRhinoView.Ena...
November 9
Thanks a lot! I'm sorry that I just now writing back. I tried your definition but it's still not what I'm actually need. I want a VB script what's creating from each curve a separated file. I will have some thousand curves in my definition what ...
November 9
hi rafi attached the rewritten ghx you had to build a list of curves inside your vb to get them all exported Dim crv As Oncurve Dim mCurveObj As New List (Of MRhinoCurveObject) 'bake each curve For Each crv In arrcrv mCurveObj.Add(doc.AddCurveOb...
November 8
Thanks! I tried it but it's not working . The VB component getting to red.
November 8
change the input type from OnCircle to OnCurve
November 8
Rafi added a discussion
Hi everyone! I having a problem saving NURBS curves to separated Iges files. The attachment file works just with circles!
November 8
I yust added the file again.
August 27
Just take a look at the file.
August 26
Just flatten List on P input.
August 26

Comment Wall (1 comment)

You need to be a member of Grasshopper to add comments!

Join this Ning Network

At 12:54am on July 16, 2009, Dirk Anderson said…
Rafi, sorry I've had no time to look at the curve problem yet - it's a tricky one and probably needs some time to figure the logics of it. Basically you need to look at a distance to point length and vector to curve direction relationship. Have you had a look at the grasshopper field definition?
 
 

© 2009   Created by Scott Davidson on Ning.   Create a Ning Network!

Badges  |  Report an Issue  |  Privacy  |  Terms of Service