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?
Request new Add method to Custom3d
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |