Grasshopper

generative modeling for Rhino

  • Blog Posts
  • Discussions (11)
  • Events
  • Groups
  • Photos
  • Photo Albums
  • Videos

Tim's Discussions

Manage Assemblies dll vs gha
2 Replies

Hi All,can someone tell me how to properly tap into a GHA file just like it is possible with a dll.If I add the GHA via "Manage Assemblie" I get the following casting error.error: [A]CustomClassXY…Continue

Tags: casting, gha, dll

Started this discussion. Last reply by David Rutten Apr 24.

reduce mesh polygon count

hi,rhino five has a command called _ReduceMesh.is there a similar function available in RhinoCommon?thanks a ton in advancetContinue

Tags: reduce, mesh, c#

Started Jan 10

Suppress Mesh Wire Preview
1 Reply

Hello everybody!Is it possible to turn of the MeshWire display in Grasshopper?I cant see anything :pAny hint greatly apperciated.ThanksContinue

Started this discussion. Last reply by Danny Boyes Jul 18, 2012.

Save string in GH file. Load and send to textbox
1 Reply

Hi All,I am wondering how to do the following: I have a custom textbox attached to my component. I now want to save the textbox s text value to the Grasshopper file so if the file is closed and then…Continue

Tags: file, c#, grasshopper, to, components

Started this discussion. Last reply by David Rutten Apr 30, 2012.

 

Tim's Page

Latest Activity

David Rutten replied to Tim's discussion Manage Assemblies dll vs gha
"To elaborate, if you have two namespaces imported which have similarly named types, you need to include the namespace with the type. So instead of typing CustomClassXY, you'd need either A.CustomClassXY or B.CustomClass.XY. If even the…"
Apr 24
Florian Frank replied to Tim's discussion Manage Assemblies dll vs gha
"The error says it. The casting is ambiguous. Try to use different class names...it's finding 2 CustomClassXY. Usually this script above should work, when the Types are right. Hope this solves the problem, good luck with it. FF"
Apr 24
Tim posted a discussion

reduce mesh polygon count

hi,rhino five has a command called _ReduceMesh.is there a similar function available in RhinoCommon?thanks a ton in advancetSee More
Jan 10
Danny Boyes replied to Tim's discussion Suppress Mesh Wire Preview
"View Menu > Draw Mesh edges or Short Cut = Ctrl+M"
Jul 18, 2012
Tim posted a discussion

Supress Mesh Wire Preview

Hello everybody!Is it possible to turn of the MeshWire display in Grasshopper?I cant see anything :pAny hint greatly apperciated.ThanksSee More
Jul 18, 2012
David Rutten replied to Tim's discussion Save string in GH file. Load and send to textbox
"So 'name' deserializes correctly, but 'new CustomTextbox(name);' fails? What is CustomTextBox? -- David Rutten david@mcneel.com Poprad, Slovakia"
Apr 30, 2012
Tim replied to Tim's discussion ClosestMeshPoint
"Thanks a lot David. -- I had something wrong somewhere else -- that made me think the ClosestMeshPoint() returned null. Sorry about that and thanks again for your reply!"
Apr 30, 2012
Tim posted discussions
Apr 30, 2012
David Rutten replied to Tim's discussion ClosestMeshPoint
"Hi Tach, I'll need to see an example of where it fails. If the input is a valid mesh and a valid point, I don't think it should ever fail, unless you're using a maximumdistance that doesn't yield any answers. -- David…"
Apr 30, 2012
Vicente Soler replied to Tim's discussion Mesh functions in Rhino Common
"Delaunay is not part of Rhinocommon but of Grasshopper. The VB code to create a delaunay mesh would be:   Dim nodes As New Grasshopper.Kernel.Geometry.Node2List For i As Integer = 0 To p.Count - 1 nodes.Append(New…"
Apr 5, 2012
Tim posted a discussion

Mesh functions in Rhino Common

Hi all,I need to use the Delaunay and Quadrangulate functions within a C# script. Somehow I can't find the equivalent in Rhino Common. Can someone help?Thanks a lot in advance!!!See More
Apr 3, 2012
Tim replied to Tim's discussion create surface with hole from 2 planar curves
"THANKS!!!!!!"
Mar 31, 2012
Andrew Heumann replied to Tim's discussion create surface with hole from 2 planar curves
"There's a little semantic discrepancy here that's probably throwing you off. What Grasshopper calls a "trimmed surface" is actually a single-face Brep as far as RhinoCommon is concerned. CreateNetworkSurface is equivalent to to…"
Mar 31, 2012
Tim posted a discussion

create surface with hole from 2 planar curves

hi all,this might be a simple thing but somehow i'm stuck.to generate a surface with a hole from multiple curves the grasshopper component "Planar Srf" does the job. now i need to do it within a C# script but i cant find the equivalent in rhino common? can someone help?NurbsSurface.CreateNetworkSurface Method seems to be what i need but its not available in my version of GH (Rhino4)how would i go about it in Rhino4?thanks in advance!!!See More
Mar 31, 2012
Tim replied to Tim's discussion sDivide in C# RhinoCommon
"Thanks!"
Jan 24, 2012
Andrea Polato replied to Tim's discussion sDivide in C# RhinoCommon
"There isn't a direct way to divide a surface. One way is to use the "pointAt" providing uv coordinates for the surface, then generate the surface between the list of points. Bye."
Jan 24, 2012

Profile Information

Company, School, or Organization
TUD

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