ZnDraw icon indicating copy to clipboard operation
ZnDraw copied to clipboard

unify `selection`, `interaction` and `analysis`

Open PythonFZ opened this issue 1 year ago • 1 comments

They are in principle the same but just a different collection. This could be abstracted or even enabled through the python side to dynamically build Extensions via PyDantic.

PythonFZ avatar Aug 26 '24 14:08 PythonFZ

add triggers:

  • on submit
  • on step update
  • on selection
  • on hover

to run e.g. a predefined modifier, show an analysis plot, ...

PythonFZ avatar Aug 27 '24 09:08 PythonFZ