We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I think it would be nice to plot a certain level of the OcTree,
mesh.plotGrid(level=2)
or up to a certain level
mesh.plotGrid(max_level=3)
Not sure how straight forward it is to implement though.