labs4capella / python4capella

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

Enrich capabilities around diagrams #51

Open Aurelien-Pin opened 3 years ago

Aurelien-Pin commented 3 years ago

Enrich capabilities around diagrams with:

ylussaud commented 2 years ago

Show/Hide a diagram Element:

org.eclipse.sirius.diagram.business.api.helper.graphicalfilters.HideFilterHelper.INSTANCE.hide(diagramElement);
ylussaud commented 7 months ago

To add a semantic element on a diagram this could be a good starting point. It will not provide any layout...