In the 3D dfsu notebooks, we now convert to 2D geometry before calling .plot.mesh() / .plot.outline() (which raise AttributeError on GeometryFM3D).
Worth reviewing whether:
- The notebooks should explain why 2D conversion is needed
GeometryFM3D should support these plot methods directly (projecting to 2D under the hood)
In the 3D dfsu notebooks, we now convert to 2D geometry before calling
.plot.mesh()/.plot.outline()(which raiseAttributeErroronGeometryFM3D).Worth reviewing whether:
GeometryFM3Dshould support these plot methods directly (projecting to 2D under the hood)