- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm new to API programming and I'm working on a Python programme that will help me find the object that some method (found in samples for instance or one I intent to use) belongs to. This should be quite straightforward, but when I study 'pipe.py' it reads (leaving out some lines)
- app = adsk.core.Application.get()
- ui = app.userInterface
- sel = ui.selectEntity('Select a path to create a pipe', 'Edges,SketchCurves')
In the pdf object schematic, the thread from 'UserInterface', there's no 'selectEntity'. though.
I guess I don't read the pdf schematic right, but I can't see why this method is nowhere to be found inside it.
Hugo
Solved! Go to Solution.