Hi Marsel,
Suppose I have written a custom Modifier in C++. I want my .NET plugin using MAX.Net to access this modifier internal stuff via a .NET Wrapper.
So I created a managed C++ dll, which export my custom modifier wrapper class to .NET. This class has a constructor that takes a IModifier.
How, in my managed C++ code, can I get the actual Max Object pointer (Modifer*), so I can cast it to my own C++ Modifier ? (MyModifier * l_Mod = (MyModifier*)... ?
Thanks, and sorry for the question spamming, trying to explore as far as I can...
---
Michel