algorithmic modeling for Rhino
Hi guys,
I'm experiencing an error in my custom component which I couldnt the reason.
whenever I press Ctrl+C pbutton to copy the component in GH canvas this error occurs:
In debug mode,I could not find the method which is to be called after ctrl+c or such event to toggle breakpoint and revise.
(after trying to copy the component…
ContinuePosted on November 12, 2013 at 6:00am
I am thinking of having a custom preview component which recieves a list of data(let say list of object cross section) and one index(say i) and then component shows that object on itself.something like this:
the list is a list of…
ContinuePosted on November 11, 2013 at 7:30am
Hi Guys,
I am trying to define a custom type to use it in between some component I am developing.I encountered a problem you may already know how to solve and can help.
my data type is a class like this:
public class BaseProfile()
public BaseProfile(params object[] cellList)
{ this.ArticleNumber = (int)cellList[0];
this.SystemName = (string)cellList[1];
this.Material = (string)cellList[2];
this.Shape = (string)cellList[3];
...}…
Posted on October 29, 2013 at 9:30am — 1 Comment
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Switch to the Mobile Optimized View
© 2024 Created by Scott Davidson. Powered by
Comment Wall
You need to be a member of Grasshopper to add comments!