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

Filter: Create a filter that can generate XYZ index coordinates for an Image Geometry. #1076

Open
imikejackson opened this issue Sep 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request Filter Adds a new filter

Comments

@imikejackson
Copy link
Contributor

imikejackson commented Sep 18, 2024

Some users need this for input files. Essentially we can create an UInt32DataArray with 3 components (XYZ). So when printed to a file the users have their XYZ index coordinates.

Actually, we should give them the option of what to use for output: Int32 (which is more common sense for an index) or Float32 since that could be used directly for a Vertex geometry or something like that.

This should go in SimplNXCore

@imikejackson imikejackson added enhancement New feature or request Filter Adds a new filter labels Sep 18, 2024
@imikejackson imikejackson assigned nyoungbq and unassigned JDuffeyBQ Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Filter Adds a new filter
Projects
None yet
Development

No branches or pull requests

3 participants