labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
52 stars 10 forks source link

Enhance API to handle multiple selection when launching a script #156

Closed stephanelacrampe closed 1 year ago

stephanelacrampe commented 1 year ago

CapellaPlatform.getFirstSelectedElement() is great, but it would also be great if the API would provide ways to work with multiple selections. (right now the workaround is that it can be done calling directly the getSelection() method and create an Elist out of it)

ylussaud commented 1 year ago

That's a great idea.