I got this to work, but I don’t know if that is enough?
The wireframe! method expects a “mesh” object, which I think is built in the call to mesh, you could extract that mesh from inside the mesh plot.
Nice, I will give it a try. Could you please explain the main differences between poly and mesh? I was assuming that the mesh command was the main command for plotting meshes.
It looks like the behavior is more general than mesh. From the docstrings
Plots a polygon based on the arguments given. When vertices and indices are given, it functions similarly to mesh. When points are given, it draws one polygon that connects all the points in order. When a shape is given (essentially anything decomposable by GeometryBasics), it will plot decompose(shape).
Tried both and seems like the strokewidth keyword works for poly but not mesh.