Grasshopper

generative modeling for Rhino

Nicolas's Friends

  • pbdlab
  • Riyad Joucka
  • Jeroen Janssen
  • karamba
  • Jens Pedersen
  • Jon Mirtschin

Nicolas's Groups

  • Elk

    Elk

    96 members

Nicolas's Discussions

C# Mesh Vertices
2 Replies

It's a very basic question, I know VB and trying to switch to c#, and certain things don't work.In this case this line of codeInt32[] t = M.Vertices(i).GetConnectedVertices(i);keeps giving the…Continue

Tags: Vertices, C#, Mesh

Started this discussion. Last reply by Florian Frank Mar 5.

Curve parameter
2 Replies

Are curves uniformly paramtriced, or are the t values dependant on the curvature. I have been trying to split a curve in equal length segments at certain points using the remap component but they are…Continue

Tags: Remap, Domain, Curve

Started this discussion. Last reply by Nicolas Dec 20, 2012.

Custom component
1 Reply

Hi I everyone, thanks in advance for any tips. I've decided to take my coding abilities a step further, I can code within the grasshopper environement, preferably in VB, and now I've decided to make…Continue

Tags: Component, pManager.Register_BooleanParam, Component, Custom, Sitler

Started this discussion. Last reply by Sridevi Koonath Oct 11, 2012.

Loading error

I was wondering why it…Continue

Tags: Bugs, Errors, Mesh

Started Sep 28, 2012

 

Nicolas's Page

Latest Activity

Florian Frank replied to Nicolas's discussion C# Mesh Vertices
"Hi Nicolas, The method public int[] GetConnectedVertices( int vertexIndex ) is a member of MeshVertexList and not Point3f (Vertex Datatype) so you should use: Int32[] t = M.Vertices.GetConnectedVertices(i);   Cheers FF"
Mar 5
Andrew Heumann replied to Nicolas's discussion C# Mesh Vertices
"In VB parentheses can be used to access the members of an array like: Vertices(i) but in C#, you need to use square brackets. Try: int32[] t = M.Vertices[i].GetConnectedVertices(i);"
Mar 4
Nicolas posted a discussion

C# Mesh Vertices

It's a very basic question, I know VB and trying to switch to c#, and certain things don't work.In this case this line of codeInt32[] t = M.Vertices(i).GetConnectedVertices(i);keeps giving the following errorRhino.geometry.mesh. vertices cannot be used like a method.I've tried the equivalent in VB and it works, I wonder what exactly Im doing wrong.Thanks for any helpSee More
Mar 4
Nicolas replied to Nicolas's discussion Curve parameter
"Thanks for the quick response, I though that if the curves came from grashopper (plane brep intersection) the rebuild wasn't needed but it seems not. Thank you again, rookie mistake on my side."
Dec 20, 2012
Hannes Löschke replied to Nicolas's discussion Curve parameter
"Scaling of t (or UV for a surface) depends on local control point density, which in most cases will refer to curvature."
Dec 20, 2012
Nicolas posted a discussion

Curve parameter

Are curves uniformly paramtriced, or are the t values dependant on the curvature. I have been trying to split a curve in equal length segments at certain points using the remap component but they are never equal.I input the length I want to use into the remap component use the domain (0-length of curve) as source domain and the (0-1) as remap domain, the curved is reparametrized so its domain is (0-1).The problem is depending on what t value we are at the length of the segment varies.I attach a…See More
Dec 20, 2012
Csiby Zsolt liked Nicolas's video
Oct 19, 2012
Nicolas posted videos
Oct 19, 2012
karamba commented on Nicolas's blog post Karamba Error fem.karamba.pinvoke
Oct 19, 2012
Nicolas commented on karamba's group karamba
"Just asked a stupid question, hadnt realized that rhino 4 was 32 bits and was trying to use Karamba 64."
Oct 17, 2012
Nicolas joined karamba's group
Thumbnail

karamba

Karamba is an interactiv, parametric finite element program for shell and beam structures.Current Version: 1.0.3 (March 13th 2013)See More
Oct 17, 2012
Nicolas posted a blog post

Karamba Error fem.karamba.pinvoke

Is Karamba 1.0 for Rhino 5?If no t why am I getting this error on the assembly component and the license component, also all my old Karamba definitions stopped working. I followed the instalation correctly and placed the license on the correct folder.Thank you in advance.See More
Oct 16, 2012
Nicolas replied to Ben Sitler's discussion Guide to creating custom grasshopper 0.6.X components
"Yeah after several hours I figured the add one must be the one to use, I have like 5 more errors but I assume they are all from obsolete stuff"
Oct 11, 2012
Sridevi Koonath replied to Nicolas's discussion Custom component
"If you're using the latest build of Grasshopper, this could be the problem?   "
Oct 11, 2012
Nicolas replied to Ben Sitler's discussion Guide to creating custom grasshopper 0.6.X components
"Hi, thanks in advance for any help. I've decided to take my coding abilities a step further, I can code within the grasshopper environement, preferably in VB, and now I've decided to make the switch to C# and to Visual Studio (C# Express…"
Oct 11, 2012
Nicolas posted a discussion

Custom component

Hi I everyone, thanks in advance for any tips. I've decided to take my coding abilities a step further, I can code within the grasshopper environement, preferably in VB, and now I've decided to make the switch to C# and to Visual Studio (C# Express to be precise) after doing some basic exercises from the internet (a picture viewer, a basic laberynth game). I've come to the conclusion that the way to go is to start doing GH components and learn that way how to call libraries and interact with…See More
Oct 11, 2012

Profile Information

Company, School, or Organization
ME

Nicolas's Videos

  • Add Videos
  • View All

Nicolas's Blog

Karamba Error fem.karamba.pinvoke

Is Karamba 1.0 for Rhino 5?

If no t why am I getting this error on the assembly component and the license component, also all my old Karamba definitions stopped working. I followed the instalation correctly and placed the license on the correct folder.

Thank you in advance.…

Continue

Posted on October 16, 2012 at 5:15am — 1 Comment

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