Grasshopper

algorithmic modeling for Rhino

Kaveh Allahdin's Blog (3)

Copy paste error in custom component

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…

Continue

Added by Kaveh Allahdin on November 12, 2013 at 6:00am — No Comments

Image on component

Hi Guys,

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…

Continue

Added by Kaveh Allahdin on November 11, 2013 at 7:30am — No Comments

Custom Parameter definition

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];

 ...}…

Continue

Added by Kaveh Allahdin on October 29, 2013 at 9:30am — 1 Comment

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service