Page 1 of 1

Request new Add method to Custom3d

Posted: Mon Oct 01, 2007 4:07 pm
by 9794065
I would be very greatful if an overload to the Add method was added that had the signature that looked like

public void Add(Array xValues, Array yValues, Array zValues, Array colorValues)


If this is not possible in the next release can you send a snippet of code that I might use to implement this in a derived series?

Posted: Tue Oct 02, 2007 7:38 am
by narcis
Hi Mike,

I've added your request to our wish-list to be considered for inclusion in future releases. In the meantime, you can do something very similar to the public void Add(Array xValues, Array yValues, Array wValues, Array hValues) method I implemented in the example I posted here. This method used existing Add(Array xValues, Array yValues) method and assigns the other arrays directly to the ValueLists. You can do the same with ZValues and ValueColor ValueLists.