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

How to access raw voxel data #352

Open
reconlabs-sergio opened this issue Sep 11, 2023 · 0 comments
Open

How to access raw voxel data #352

reconlabs-sergio opened this issue Sep 11, 2023 · 0 comments

Comments

@reconlabs-sergio
Copy link

I'm succesfully generating voxel meshes with the voxelize.py scripts. However, I'd like to acces the raw voxel grid in whatever form it exists. Is this not exposed?
The output of grid.raw_grid.__dir__() is

['__init__', '__doc__', '__module__', 'insert_mesh', 'create_grid', 'erode', 'dilate', 'remove_cavities', 'get_voxel_mesh', '__new__', '__repr__', '__hash__', '__str__', '__getattribute__', '__setattr__', '__delattr__', '__lt__', '__le__', '__eq__', '__ne__', '__gt__', '__ge__', '__reduce_ex__', '__reduce__', '__subclasshook__', '__init_subclass__', '__format__', '__sizeof__', '__dir__', '__class__']
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