SDK how return struct to maxscript?


#21

This makes sense, but is providing a struct to c++ in my case i want:

– mxs
result = calculateThePoints $box $point.pos

The method calculateThePoints has to return a mxs struct, so in c++ i need to create the struct from scratch, add all the values and return it to maxscript.


#22

no… it’s a bad practice. but of course if you want you can


#23

is fine, I will leave it as is. just returning a multiarray and once in maxscript i recreate the struct.

thanks a lot for all your help.
Guillermo Leal