Thanks for the replay, Both are good examples but I have another related question before I actually do the attaching. If I do it the way I initially …
In case someone else is looking for the same thing. I found the solution on the file avg_DXL.cpp Just made a few changes in the INode line Value* ge…
Thanks for the explanation Klvnk, I got it to work now.
denisT, can you point me to the location of the qsort or pastbitmap code. I can’t find it.
I will take a look at that code. Thanks DenisT,
Found the solution on another script by James Cleaveland, below is the code that works in case some one else need it. Basically it was the button do…
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 Le…
This makes sense, but is providing a struct to c++ in my case i want: – mxs result = calculateThePoints $box $point.pos The method calculateThePoint…