Grasshopper

generative modeling for Rhino

Serge Neuman's Groups

Serge Neuman's Discussions

9.0005: Is there a SDK? Obsolete member Grasshopper.Kernel.GH_AssemblyInfo.AssemblyName
3 Replies

I've used Help - Download SDK (by the way it doesn't go through the proxy we have at the office) and I don't find why I have a warning ----------Warning 1 Member…Continue

Tags: warning, Build, C#, 9.0005

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

Have a StreamReader as input parameter of a component
2 Replies

I have several exe I'm considering to "encapsulate" into several Grasshopper components. Thanks to System.Diagnostic, I'm quite successful so far. I'm using a GenericParam to export the StdOut and…Continue

Tags: parameter, GH_GOO, StdErr, StdOut, StdIn

Started this discussion. Last reply by Serge Neuman Aug 1, 2012.

How to get the data of the following Tree in a C#
2 Replies

I'm struggling with the following problem and hope someone can help me.I have a Tree with the following structure:  at Path {0} I have the list of vertices of a mesh  at Path {0;i} 0<=i<n…Continue

Tags: Tree, c#

Started this discussion. Last reply by Serge Neuman Jul 16, 2012.

Debug not working? (C# express 2010 + Rhino 5.1.20620 - 6/20)
2 Replies

The breakpoints are not working. When I start the Debug, Rhino is launched. As usual I launch Grasshopper (COFF is turned off). I can find my component and use it, but the breakpoints are not…Continue

Tags: 2010, Grasshopper, express, Visual, C#

Started this discussion. Last reply by Serge Neuman Jun 28, 2012.

 

Serge Neuman's Page

Latest Activity

SIRJEAN replied to Serge Neuman's discussion 9.0005: Is there a SDK? Obsolete member Grasshopper.Kernel.GH_AssemblyInfo.AssemblyName
"En français, il faut remplacer "AssemblyName" par "Name" : "
Nov 7, 2012
Serge Neuman joined Jeff Niemasz's group
Thumbnail

DIVA for Rhino

DIVA-for-Rhino is a plugin which runs thermal, daylight, solar radiation, and glare simulations. Our goal is to bring validated environmental simulations directly to the conceptual design environments of Rhino and Grasshopper.See More
Aug 7, 2012
David Rutten replied to Serge Neuman's discussion 9.0005: Is there a SDK? Obsolete member Grasshopper.Kernel.GH_AssemblyInfo.AssemblyName
"Don't override that obsolete member. Override Name instead. -- David Rutten david@mcneel.com Poprad, Slovakia"
Aug 2, 2012
Andrew Heumann replied to Serge Neuman's discussion 9.0005: Is there a SDK? Obsolete member Grasshopper.Kernel.GH_AssemblyInfo.AssemblyName
"if you want to make this error go away, just put [System.Obsolete] before the overridden member. Not sure how things are expected to be structured in the new version but I don't think there's an updated version of the SDK just yet."
Aug 2, 2012
Serge Neuman posted a discussion

9.0005: Is there a SDK? Obsolete member Grasshopper.Kernel.GH_AssemblyInfo.AssemblyName

I've used Help - Download SDK (by the way it doesn't go through the proxy we have at the office) and I don't find why I have a warning ----------Warning 1 Member 'Radiance.RadianceSunsInfo.AssemblyName' overrides obsolete member 'Grasshopper.Kernel.GH_AssemblyInfo.AssemblyName'. Add the Obsolete attribute to 'Radiance.RadianceSunsInfo.AssemblyName'. ----------ThanksSergeSee More
Aug 2, 2012
Serge Neuman replied to Serge Neuman's discussion Have a StreamReader as input parameter of a component
"Hi David, I want to encapsulate the EXE. So I have the stdIn in the inputs and stdOut + stdErr for the outputs. And I want to cascade the component (i.e. pipe the EXEs). So the data type does exist, it's a Stream (StreamReader for…"
Aug 1, 2012
David Rutten replied to Serge Neuman's discussion Have a StreamReader as input parameter of a component
"Hi Serge, there are basically two reasons to write your own parameter (i.e., something which either implements IGH_Param, or, better yet, derives from GH_Param<T>, GH_PersistentParam<T>). You want to provide a dedicated parameter for…"
Jul 31, 2012
Serge Neuman posted a discussion

Have a StreamReader as input parameter of a component

I have several exe I'm considering to "encapsulate" into several Grasshopper components. Thanks to System.Diagnostic, I'm quite successful so far. I'm using a GenericParam to export the StdOut and StdErr. With a C# script I was able to read them (a System.Object that is casted into a StreamReader) and export them into a list of string.So far so good, but now I'm struggling on coding a component that does exactly what I'm doing with the script. I've tried to use a GenericParam but I have issue…See More
Jul 31, 2012
Serge Neuman replied to Serge Neuman's discussion How to get the data of the following Tree in a C#
"I'm trying to access the data. I have created this tree from a mesh thanks to Grasshopper. Now I need my code to access it. But as the structure is a mix of points and mesh faces, I don't see how to declare the tree as input of the…"
Jul 16, 2012
David Rutten replied to Serge Neuman's discussion How to get the data of the following Tree in a C#
"Hi Serge, so you have a tree and you're trying to access data? Or are you trying to create a tree with this layout? -- David Rutten david@mcneel.com Poprad, Slovakia"
Jul 13, 2012
Serge Neuman posted a discussion

How to get the data of the following Tree in a C#

I'm struggling with the following problem and hope someone can help me.I have a Tree with the following structure:  at Path {0} I have the list of vertices of a mesh  at Path {0;i} 0<=i<n information to perform some calculus on the n MeshFfaces of the mesh:         {0;A}(0): the MeshFace          {0;A}(j): 1<=j<m m point3d that are used for the calculusSo far I have no success with the different solutions I tried and I haven't found a code (sample, tutorial ...) that I could…See More
Jul 12, 2012
Serge Neuman replied to Jeff M's discussion Mesh Shadow Component Casts Backwards Shadows
"If I understand well, the double loop is working on a projection, so I don't see how to immediately find out if the mesh is between the projection and the source of light or if it's the projection that is between the source of light…"
Jul 10, 2012
Serge Neuman replied to Brian Lockyear's discussion RhinoRender.Sun update event?
"Speaking of this class, has anyone tried to create a loop in which you just use the member .setPosition(DateTime, double, double)?  I did and each loop increases the size of Rhino process by ~20k. Quickly my computer starts to swap and at the…"
Jun 28, 2012
Serge Neuman replied to Serge Neuman's discussion Debug not working? (C# express 2010 + Rhino 5.1.20620 - 6/20)
"It does the trick!!!! Thank you."
Jun 28, 2012
Brian Lockyear replied to Serge Neuman's discussion Debug not working? (C# express 2010 + Rhino 5.1.20620 - 6/20)
"I have also encountered this.   Switching the target .net library to 4.0 seems to have done the trick last time I had the problem.   Wondering if the Rhinocommon libraries have been upgraded to 4.0?     - Brian - "
Jun 28, 2012
Serge Neuman posted a discussion

Debug not working? (C# express 2010 + Rhino 5.1.20620 - 6/20)

The breakpoints are not working. When I start the Debug, Rhino is launched. As usual I launch Grasshopper (COFF is turned off). I can find my component and use it, but the breakpoints are not working!Any suggestion?Thank youSerge(Rk. I'm using the wizard to create the plugin)See More
Jun 27, 2012

Profile Information

Company, School, or Organization
SOMFY
Web or Blog
http://www.SomfyArchitecture.com

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