Notifications
Clear all

[Closed] ResetMaxFile SDK

 MZ1

How we can reset Max file with C++ or dotnet(CoreInterface) or python?

2 Replies

   global globalInterface = dotnetClass "Autodesk.Max.GlobalInterface"
   global gi = globalInterface.instance
   global ip = gi.COREInterface14
   ip.FileReset false   --   false for prompt, true no prompt

1 Reply
 MZ1
(@mz1)
Joined: 1 year ago

Posts: 0

Thank You!