Grasshopper

generative modeling for Rhino

Taehyuk Kwak
  • Male
  • Seoul
  • Korea, Republic of
Share on Facebook
Share Twitter
  • Blog Posts
  • Discussions (13)
  • Events
  • Groups
  • Photos
  • Photo Albums
  • Videos

Taehyuk Kwak's Discussions

How get i access the "LayerStateManager" in C#?
2 Replies

is it possible that modify and add LayerState Using RhinoCommon? i want to save current layer states and change states using RhinoCommon.With that, i think i can make some convenient layer…Continue

Started this discussion. Last reply by David Rutten Jul 11, 2012.

how to get GUID in C# Component?
2 Replies

Hi,i'm trying to make a Custom Component in Grasshopper. what i'm trying to do now is get object's layer from input geometryi've made it, but one thing i don't like is that i have to input an…Continue

Started this discussion. Last reply by Taehyuk Kwak Jan 27, 2012.

 

Taehyuk Kwak's Page

Latest Activity

David Rutten replied to Taehyuk Kwak's discussion How get i access the "LayerStateManager" in C#?
"Hi Taehyuk, is this in any way related to Grasshopper? Or just a generic RhinoCommon question? -- David Rutten david@mcneel.com Poprad, Slovakia"
Jul 11, 2012
Taehyuk Kwak replied to Taehyuk Kwak's discussion How get i access the "LayerStateManager" in C#?
"i have one more question about layers..  i don't know what's wrong in this code, it seems right, but doesn't work at all... "
Jul 10, 2012
Taehyuk Kwak posted a discussion

How get i access the "LayerStateManager" in C#?

is it possible that modify and add LayerState Using RhinoCommon? i want to save current layer states and change states using RhinoCommon.With that, i think i can make some convenient layer plugins.. i searched Rhinocommon SDK, but there no class like LayerStateManager.. See More
Jul 10, 2012
Taehyuk Kwak replied to Taehyuk Kwak's discussion how to get GUID in C# Component?
"Thanks David! This is exactly what i'm looking for! :) "
Jan 27, 2012
David Rutten replied to Taehyuk Kwak's discussion how to get GUID in C# Component?
"Hi Taehyuk, if you ask for IGH_GeometricGoo data you can get access to both the geometry and the id. See the attached file. Note that Grasshopper does not update itself when a referenced object has an attribute change, it only responds to geometry…"
Jan 27, 2012
Taehyuk Kwak posted a discussion

how to get GUID in C# Component?

Hi,i'm trying to make a Custom Component in Grasshopper. what i'm trying to do now is get object's layer from input geometryi've made it, but one thing i don't like is that i have to input an object's GUID, not an object itself.this is what i made,Rhino.DocObjects.ObjRef oRef = new Rhino.DocObjects.ObjRef(new Guid(id)); Rhino.DocObjects.RhinoObject o = oRef.Object(); string objLayer = RhinoDoc.ActiveDoc.Layers[o.Attributes.LayerIndex].Name;is it possible to input object and get a layer name? i…See More
Jan 27, 2012
Taehyuk Kwak replied to Fan Zhang's discussion Lists in a list
"maybe you can use DataTree,   like..   Dim crvData as new DataTree(of Curve)   for int i = 0 to 10   Dim pth as new GH_Path(i)   crvData.Add(yourCurve, pth) next   then you can get the Curve Lists in the…"
Mar 21, 2011
Taehyuk Kwak replied to Dan Corte's discussion Intersected curves, lack of numbers
"you can use 'flatten' component to get all data as list.   and you can use 'decompose' component to pull out each number in point"
Mar 16, 2011
Taehyuk Kwak replied to ZHAO Wenbiao's discussion [C#]Problem in Create custom grid of point
"hi,   i've changed the code   you can get the rhinocommon documents in here   http://www.rhino3d.com/5/rhinocommon/index.html"
Mar 10, 2011
Taehyuk Kwak replied to ZHAO Wenbiao's discussion [C#]Problem in Create custom grid of point
"          C# is case-sensitive   xaxis -> XAxis yaxis -> YAxis origin -> Origin"
Mar 9, 2011
Taehyuk Kwak replied to Preston Chan's discussion path mapping help....
"here it is! i want to make this script more generally usable, i'm working on it, for now it may work in your situation."
Oct 26, 2010
Taehyuk Kwak replied to Julia M's discussion Help with inserting image in Grasshopper (attractors)
"i'm not sure but maybe this is helpful"
Oct 10, 2010
Taehyuk Kwak replied to Nels Long's discussion Problems working in the y axis
"It's not a good idea connecting multiple data in Input source that cannot recognize the data structure of each value. check the definition i ve changed, i used the merge component and you can see these data have different datapath. that was…"
Oct 4, 2010
Taehyuk Kwak replied to Aaron Coffman's discussion Lofting through hexagons
"it's simple actually, your work is perfect, only thing that you need to do is graft your profile curve data. i've attached a file, check it out."
Sep 26, 2010
Taehyuk Kwak replied to David Trubridge's discussion Interpolate curve
"i guess this is what you want to do. check the files, and i think you should know difference 'datatree' and 'list'"
Sep 15, 2010
Taehyuk Kwak is now a member of Grasshopper
Jun 22, 2010

Profile Information

Company, School, or Organization
depends

Comment Wall

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

Join Grasshopper

  • No comments yet!
 
 
 

Translate

Search Grasshopper

Photos

  • Add Photos
  • View All

© 2013   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service