hi.
I want to add an ObservableCollection of Lines and ObservableCollection of arcsegment to Viewport3d.
the goal is to draw arcs based on the Lines so whenever line.x/line.y updated it automatically updates the arcs,
however my question is not about how to draw arcs or lines my question is how to add an ObservableCollection of Lines to Viewport3d.
thanks in advance, any help would be appreciated.
I'm using c#, wpfCore3.1, MS VS2019.