Kam-Ming Mark Tam
Kam-Ming Mark Tam
As a temporary solution, you may wish to consider compas_singular's strip densification functionality for quad-like meshes. I have also found it applicable for extending compas_skeleton: from compas_singular.datastructures.mesh_quad_pseudo_coarse.mesh_quad_pseudo_coarse import CoarsePseudoQuadMesh from...
Ah yes, I meant situations like this: 
I was suggesting that we use some string based representation for building the type-to-object dict (e.g. __str__ of type, or dtype). I realise this already sounds rather hacky, but I...
Will not disagree with simplifying the circle too, or at least simplifying the constructor so that one can instantiate with a point, and a radius (assumes xy plane by default)....
Not sure how it happened... Probably not... I would have preferred to rename it according to its version number.
As a quick fix, even some mesh_plot_instance.to_geometry_artists() would be helpful.
yes, I can, which brings me to a suggestion I have forgotten to include in my last comment: "'it would also be helpful, as a quick interim fix, to introduce...
The preference for geometry plotter is due to its ability to handle styles in a model-scale-invariant way... (see figure)  top row: mesh plotter bottom row: geom plotter left col:...