[Help]difference between array.h and arrays.h

[Help]difference between array.h and arrays.h

cre8or
Contributor Contributor
477 Views
1 Reply
Message 1 of 2

[Help]difference between array.h and arrays.h

cre8or
Contributor
Contributor

I'm using c++ sdk to expose functions to maxscript(of course I am not so good at c++). I found that seemed no way to determine a value is ArrayParameter passed from mxs function. And when I looked into sdk documentation and those source code in .h files , I have found 2 " class Array" definition, 1st "class Array" is in arrays.h, derived from value and collection.  the other" class Array" is a template class under "maxsdk" namespace from array.h, derived from MaxHeapOperators.  Makes me confused with this two Array classes.which one should i use? how to deal with the value type determination? wait for help...

0 Likes
478 Views
1 Reply
Reply (1)
Message 2 of 2

cre8or
Contributor
Contributor

The array parameters I mentioned is the properties in array form like .maps property in standard materials, or .materiallist in multimaterial, etc. If there are other efficient way I can accept too.

 

0 Likes