Grasshopper

generative modeling for Rhino

wangbin
  • Male
  • beijin
  • China, mainland
Share on Facebook
Share Twitter
  • Blog Posts
  • Discussions (8)
  • Events
  • Groups
  • Photos
  • Photo Albums
  • Videos

Wangbin's Friends

  • Yoko Kadotani
  • Bob McNeel

wangbin's Discussions

Bake object to specific layers
5 Replies

Started this discussion. Last reply by David Rutten Nov 12, 2010.

How retrieve text object.
6 Replies

Started this discussion. Last reply by Arthur Mani Oct 25, 2010.

How to convert "online" to "oncurve"
5 Replies

Started this discussion. Last reply by Philipp Eversmann Jun 10, 2009.

 

wangbin's Page

Latest Activity

David Rutten replied to wangbin's discussion Bake object to specific layers
"Hi Jason, we took LayerInfo out again and merged the functionality back into Layer. -- David Rutten david@mcneel.com Seattle, WA"
Nov 12, 2010
Jason Fleming replied to wangbin's discussion Bake object to specific layers
"David: Rhino.DocObjects.LayerInfo seems to be unavailable. I am using GH 0.8.0001 with Rhino 5 WIP (x64 9-Nov-2010). Its seems that I have used it in the past. Is this a RhinoCommon issue, an issue with GH, or perhaps an issue at my…"
Nov 12, 2010
Arthur Mani replied to wangbin's discussion How retrieve text object.
"Hello again :) Here is the solution, thanks to Mitch EPFL on the RHINO newsgroup: Call AddPtfromTextHeight() Sub AddPtfromTextHeight() ' Instruction: ' 1. Pre-select all text-objects containing valid height(z) values ' ex.…"
Oct 25, 2010
Arthur Mani replied to wangbin's discussion How retrieve text object.
"Hi Rajaa, Thanks a lot for the script. Would you know how I could dispatch doubles from string (in this case get rid of the ST2H) ? Is it possible afterwards to bake them back in position ? greetings, Arthur "
Oct 25, 2010
wangbin replied to wangbin's discussion Bake object to specific layers
"thanks a lot!"
Jul 11, 2010
David Rutten replied to wangbin's discussion Bake object to specific layers
"Oh sorry, the Layers.Add(lay, col) overload doesn't exist yet in the RhinoCommon version you have. You'll have to specifically construct a LayerInfo object and set the properties. In the next release of Grasshopper you'll be able to…"
Jul 10, 2010
David Rutten replied to wangbin's discussion Bake object to specific layers
"Private Sub RunScript(ByVal obj As Brep, ByVal lay As String, ByVal col As Color, ByRef A As Object)   Dim lay_index As Int32 = doc.Layers.Find(lay, True)   If (lay_index < 0) Then     lay_index =…"
Jul 10, 2010
wangbin posted a discussion

Bake object to specific layers

Hi everyone,Would you know how to create a VB.NET compontent that allows me to bake objects to specific layers. there are many excellent examples in the forum before ,But now they don't work in GH 0.7.0030 . Any help is appreciated. Thanks !See More
Jul 10, 2010
wangbin replied to wangbin's discussion How retrieve text object.
"Thanks a lot.It's what I want."
Jun 5, 2010
Rajaa Issa replied to wangbin's discussion How retrieve text object.
"Hi Wangbin, I see what you mean now. Attached is a file with two components. One for selecting text objects and the other for selecting dots. -Rajaa Issa"
Jun 4, 2010
wangbin replied to wangbin's discussion How retrieve text object.
"Hi,Rajaa thank you for your help,I actually want to grab the thousands of datas from the Rhino drawing. for example , In the attached image , every line has a name corresponding to the closest sting, retreive the string to GH VBScript then I can do…"
Jun 4, 2010
Rajaa Issa replied to wangbin's discussion How retrieve text object.
"Hi Wangbin Do you need to input strings from Rhino command line? Why? You can always type your string in a "Panel" component as in the attached image: -Rajaa Issa"
Jun 4, 2010
wangbin posted a discussion

How retrieve text object.

Hi,all I use GH0.70014 , Who can help me to write a vb.net component that would retrieve a set of text object and output as a set of strings. GH doesn’t have String reference component .I think that ifyou get the strings of text object must be through command line operation ,Itry to use Rhino.Input.Customclass but no reaction to my Script .Any suggestion will be appreciated!See More
Jun 3, 2010
wangbin replied to max wittich's discussion deBug
"Hi ,max I think Damien'solution is a good approach. you need to add Rhino.dll referance into your project. right click on project ---property ----referance----in your rhino install directory add rhino.dll check on the namespace sorry to my…"
Jun 20, 2009
Giulio Piacentino replied to wangbin's discussion How to convert "online" to "oncurve"
"Thanks for the background information. It's very nice to see how things are actually built."
Jun 8, 2009
Damien Alomar replied to wangbin's discussion How to convert "online" to "oncurve"
"Here's a little example of how to get a nurbs form from a non OnCurve class...pretty straight forward. Dim ellipse As New OnEllipse (OnUtil.On_xy_plane(), 1, 2) Dim nurbsCrv As New OnNurbsCurve () ellipse.GetNurbForm(nurbsCrv) "
Jun 8, 2009

Profile Information

Comment Wall

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

Join Grasshopper

  • No comments yet!
 
 
 

Translate

Search Grasshopper

Members

Photos

  • Add Photos
  • View All

© 2012   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service