

There is one global instance of this interface already instantiated which you can get via the static property:. So what the heck is happening? The .NET class provides a means to access the global methods and objects in the 3ds Max SDK. You should now a little message in the prompt window at the bottom of 3ds Max. Interface13.PushPrompt "Pinch me, I'm dreaming!" Global Interface13 = GlobalInterface.COREInterface13 Global GlobalInterface = GlobalInterfaceType.Instance Get a handle to the global interface instance First load the assembly and get some handles that you can work with (hint: this could be a good start-up script):ĪssemblyType = dotNetClass ""ĪssemblyType.LoadFile (maxroot + "\\") The fastest way to get started using the new enhancements to the. Note that opening the assembly in Visual Studio's object browser is a very quick and easy way to find what you are looking for. NET SDK mimics the structure of the C++ API, so you will also need to consult out the C++ reference documentation. Some starting points for information on the. We have updated the 3ds Max SDK documentation with this release with new information regarding the. From managed plug-ins and CUI actions loaded from /bin/assemblies.This library can be used from 3ds Max in several ways: With this advantage pack we have released a new class library (the assembly) that exposes virtually every C++ API element to. NET SDK offered only a tiny subset of the entire SDK functionality. So what is so special about this little DLL? Previously the 3ds Max. NET programmer and have installed the 3ds Max 2012 Subscription Advantage Pack then you might want to quickly open up a new file in the Autodesk root folder named "" in your Visual Studio Object Browser.
