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

Add z dimension to variable mesh #10

Open
matthewturk opened this issue Apr 7, 2021 · 0 comments
Open

Add z dimension to variable mesh #10

matthewturk opened this issue Apr 7, 2021 · 0 comments

Comments

@matthewturk
Copy link
Member

Adding a 'z' dimension to the variable mesh would enable passing rectangular structs (or cutting planes) to the code and allow for rapid switching between layers.

The means of doing this seems straightforward enough -- just add another variable (the value at which to slice, for instance) but I'm not quite experienced enough in rust to know off-hand the best way to implement it. Ideally it would add on a new trait to a different kind of variable mesh pixel object, and then implement the deposition slightly differently depending on that, but I'm not completely sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant