Grasshopper

generative modeling for Rhino

Tamir Levy's Friends

  • Simon Schleicher
  • Danny Andrés Osorio Gaviria
  • andres obregon

Tamir Levy's Groups

Tamir Levy's Discussions

Example on how to use GH_IO.dll
2 Replies

Hello David,We are trying to manipulate GH files from an external C# application.I saw the post on : …Continue

Started this discussion. Last reply by SIRJEAN Nov 9, 2012.

Script component fails under automation
4 Replies

Hello David, Giulio and all the rest.This is a follow_up of Issue…Continue

Started this discussion. Last reply by Tamir Levy Oct 2, 2012.

AssignDataToParameter() fails on 0.9.006 ?
1 Reply

Hello everyoneWe have C# code that worked fine with GH  0.8.0066 and does not work in 0.9.0006I narrowed it to the function "AssignDataToParameter" that fails on the newer version.For example, the…Continue

Started this discussion. Last reply by David Rutten Aug 31, 2012.

Grasshopper misbehaves when Rhino is launched as an ActiveX
1 Reply

Hello someone@grasshopper,The following problems occur only after launching Rhino (5.0) as an ActiveX. That is, by"Rhino5Application rhino = new Rhino5Application();"or by"var type =…Continue

Started this discussion. Last reply by Giulio Piacentino May 9, 2012.

 

Tamir Levy's Page

Latest Activity

Profile IconThomas J. Mrokon and Fereshteh Shahmiri joined Tamir Levy's group
Thumbnail

ThingsMaker

Thingsmaker (TMT) is an online generative CAD design tool that can be used with Grasshopper. Currently you can upload your definition to the site and explore your design parameters visually online. TMT allows others to choose the shape, color and geometric form of your designs, and customize them. Personalisation can also include graphics, text and typography.Our aim is to help designers explore, develop and…See More
Apr 30
Paul Goodship joined Tamir Levy's group
Thumbnail

ThingsMaker

Thingsmaker (TMT) is an online generative CAD design tool that can be used with Grasshopper. Currently you can upload your definition to the site and explore your design parameters visually online. TMT allows others to choose the shape, color and geometric form of your designs, and customize them. Personalisation can also include graphics, text and typography.Our aim is to help designers explore, develop and…See More
Mar 15
Santiago Martín Laguna joined Tamir Levy's group
Thumbnail

ThingsMaker

Thingsmaker (TMT) is an online generative CAD design tool that can be used with Grasshopper. Currently you can upload your definition to the site and explore your design parameters visually online. TMT allows others to choose the shape, color and geometric form of your designs, and customize them. Personalisation can also include graphics, text and typography.Our aim is to help designers explore, develop and…See More
Jan 25
machinehistories joined Tamir Levy's group
Thumbnail

ThingsMaker

Thingsmaker (TMT) is an online generative CAD design tool that can be used with Grasshopper. Currently you can upload your definition to the site and explore your design parameters visually online. TMT allows others to choose the shape, color and geometric form of your designs, and customize them. Personalisation can also include graphics, text and typography.Our aim is to help designers explore, develop and…See More
Jan 19
Tamir Levy replied to Rob C's discussion I'm new here in the group ThingsMaker
"Hello Rob, we are happy to see you joined the ThingsMaker group. Most of your questions are related to production & marketing for which we are still reviewing options. As you saw, the site is still in "Designers preview" state for…"
Jan 13
Profile IconRob C and djordje joined Tamir Levy's group
Thumbnail

ThingsMaker

Thingsmaker (TMT) is an online generative CAD design tool that can be used with Grasshopper. Currently you can upload your definition to the site and explore your design parameters visually online. TMT allows others to choose the shape, color and geometric form of your designs, and customize them. Personalisation can also include graphics, text and typography.Our aim is to help designers explore, develop and…See More
Jan 11
Luis García Lara joined Tamir Levy's group
Thumbnail

ThingsMaker

Thingsmaker (TMT) is an online generative CAD design tool that can be used with Grasshopper. Currently you can upload your definition to the site and explore your design parameters visually online. TMT allows others to choose the shape, color and geometric form of your designs, and customize them. Personalisation can also include graphics, text and typography.Our aim is to help designers explore, develop and…See More
Jan 3
Profile IconThibault SCHWARTZ, Jonathan Sheridan and 2 other members joined Tamir Levy's group
Thumbnail

ThingsMaker

Thingsmaker (TMT) is an online generative CAD design tool that can be used with Grasshopper. Currently you can upload your definition to the site and explore your design parameters visually online. TMT allows others to choose the shape, color and geometric form of your designs, and customize them. Personalisation can also include graphics, text and typography.Our aim is to help designers explore, develop and…See More
Jan 1
Tamir Levy posted a group
Thumbnail

ThingsMaker

Thingsmaker (TMT) is an online generative CAD design tool that can be used with Grasshopper. Currently you can upload your definition to the site and explore your design parameters visually online. TMT allows others to choose the shape, color and geometric form of your designs, and customize them. Personalisation can also include graphics, text and typography.Our aim is to help designers explore, develop and…See More
Jan 1
Tamir Levy liked Amit Aviv's photo
Dec 30, 2012
SIRJEAN replied to Tamir Levy's discussion Example on how to use GH_IO.dll
"Hi, From France, Thank's it's ok for me, just errors but i suppose you have compiled the 15th version. I'd like to ask you if is it possible to generate binaries like this, the goal is to generate pdf with a "write" method…"
Nov 9, 2012
David Rutten replied to Tamir Levy's discussion Example on how to use GH_IO.dll
"Hi Tanir, note that GH_IO.dll does not represent the GH/GHX file formats, nor does it contain tools for editing GH/GHX files. GH_IO.dll is only a type-safe, hierarchical database which can (de)serialize itself to xml and binary streams.…"
Oct 22, 2012
Tamir Levy posted a discussion

Example on how to use GH_IO.dll

Hello David,We are trying to manipulate GH files from an external C# application.I saw the post on : http://wiki.mcneel.com/labs/grasshopper_fileformatconcerning GH_IO.dll which say:"..You can reference this library from any DotNET assembly since it only depends on standard System namespaces. Library is fully documented."However, I could not make it work. For some reason, the code in GH_IO.dll can not be accessed.Can you please…See More
Oct 22, 2012
Tamir Levy replied to Tamir Levy's discussion Script component fails under automation
"Hello David, thanx for your help and sorry for the "hell to debug" issue :) The same error occurs in VB.Net component. Under Automation I get: This time it reports on the line number at the end of the…"
Oct 2, 2012
David Rutten replied to Tamir Levy's discussion Script component fails under automation
"Or this error is not what it claims it is. I can already see this is going to be hell to debug. One last quick test, can you translate the small script with the casting error to VB.NET and see if you get the same error? -- David…"
Oct 2, 2012
Tamir Levy replied to Tamir Levy's discussion Script component fails under automation
"It still fails but on a different line number. At first, I was surprised by the new line number of the error - but after looking at the overrides preview - it is caused by the overridden function "DrawViewportWires" - maybe the casting to…"
Oct 1, 2012

Profile Information

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

Videos

  • Add Videos
  • View All

© 2013   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service