Hi
Every particle has a array where are collected for example last 20 positions. In front of outup are these arrPoints connected by array of line where is set different colour for every one. Its nice but thats is main reson why is this script so slo…
Hi Chris
I just work on similiary project. I think the best solution is use VBscript. ArrayList is a perfect class exactly for your problem. You can collect a information about geometry at one list, in the second have some value and etc. Try it
Joa…
Hi
Is there any possibility to change or improve appereance of default text editor implemented to Grasshopper.. my eyes bleeds from white backgound and childish text size. pls help!
Joach
This will be tricky, since Grasshopper will attempt to "unroll" enumerable types such as Arrays in order to transform them into Grasshopper data structures.
Is serialization an option? (i.e. convert your data to a string, pass the string, then unco…
HI
I try it again. Question is simple, but i have still a same problem with this. How i can make "x"d array input to VB component. I would to make some array (temp(12)(3), .. etc.) in the first VB and send it in the same format to another VB. Attac…
Hi Rajaa
I have still problem with using ArrayList as input to another VB node. When data is going from first VB its sing like Sys.coll.G.List(of..). i think its correct, but when i used it like intup to second VB is it sing like EH_objectWrapper. W…