Message 1 of 6

Not applicable
10-19-2015
12:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Fairly new to Python. Definitely new to Fusion and Spyder. Trying to get more familiar with the object model.
How can I get a list of attributes for objects in the API Object Model Hierarchy?
So far tried variations on
>>> app = adsk.core.Application.get()
>>> app.UserInterface.CommandDefinitions.ComandDefinition.CommandCreatedEvent.Command.CommandInputs.ImageCommandInput.dir()
Not very successfull 😞
Any suggestions for better way handle this task are much appreciated.
Solved! Go to Solution.