Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
my end goal is to have access to the Named selection sets system using python.
I couldn't find anything in the documentation, but I noticed that inside MaxPlus.InterfaceIds there is a IidNamedSelectionSetManager interface. Am I on the right path? How can I access this interface?
The only evidence i was able to Reverse engineer is that if you do something like:
interface = MaxPlus.Core.GetCOREInterface(MaxPlus.InterfaceIds.IidNamedSelectionSetManager)
print(interface.FindFn("GetNamedSelSetItemCount"))you get a nice "2" as output, instead of the -1 that you get if you put in other gibberish.
I know that something is hiding in there. But I don't know how to access and use it.
Any insight?
Thanks!
Solved! Go to Solution.
