Hi, thanks for the great project.
I'm working on project for which I need to plot the elements in a truss. This consists of a number of elements, which for the purposes of plotting are lines. However, these lines don't join to form a path so I need to plot them individually as elements.
In regular plotters I'd use a PointSeries of_element. However, as far as I can tell this isn't supported in pliced yet. Is there a way to work around this?
P.S.
I'd love to implement PointSeries of_element in pliced myself but unfortunately I don't yet understand enough about iced's graphics system to do that. Are there any resources you'd recommend for learning it? Thanks,
Hi, thanks for the great project.
I'm working on project for which I need to plot the elements in a truss. This consists of a number of elements, which for the purposes of plotting are lines. However, these lines don't join to form a path so I need to plot them individually as elements.
In regular plotters I'd use a
PointSeriesof_element. However, as far as I can tell this isn't supported in pliced yet. Is there a way to work around this?P.S.
I'd love to implement
PointSeriesof_elementin pliced myself but unfortunately I don't yet understand enough about iced's graphics system to do that. Are there any resources you'd recommend for learning it? Thanks,