Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OcTree: Plot grid for certain level #225

Open
prisae opened this issue Sep 11, 2020 · 1 comment
Open

OcTree: Plot grid for certain level #225

prisae opened this issue Sep 11, 2020 · 1 comment
Labels
enhancement TreeMesh QuadTree or OcTree related viz Anything about visualization

Comments

@prisae
Copy link
Member

prisae commented Sep 11, 2020

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.

@prisae prisae added TreeMesh QuadTree or OcTree related enhancement viz Anything about visualization labels Sep 11, 2020
@prisae
Copy link
Member Author

prisae commented Sep 11, 2020

Here a made-up examples for different levels.

example

Thinking about it, having level and max_level probably doesn't make sense. Only level, but up to that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement TreeMesh QuadTree or OcTree related viz Anything about visualization
Projects
None yet
Development

No branches or pull requests

1 participant