algorithmic modeling for Rhino
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];
...}…
Added by Kaveh Allahdin on October 29, 2013 at 9:30am — 1 Comment
Welcome to
Grasshopper
© 2025 Created by Scott Davidson.
Powered by