question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Voxelize model with known block size

See original GitHub issue

Hello everyone,

lately I have been trying to create a voxelized (“block”) model. The data I want to visualize is based on x,y,z data that was grided before, but does not cover a whole cuboid space. When the orginial grid that the data is retrieved from is regularly spaced, I am able to get a nice voxelized model using PVGeo.filters.VoxelizePoints() . However, in my real application case the orginal grid is not cubic, but instead I have different length in different directions. I do know the resolution of the original grid (thus also the voxel size I am aiming for). When using PVGeo.filters.VoxelizePoints() I get a result that doesnt cover the whole space - there are gaps between voxels and maybe also some overlapping.

Maybe I am missing a simple solution (maybe even jsut in pyvista) for this as I know the original resolution. Some help or ideas would be highly appreciated.

Thanks a lot for any help and support and of course for your time!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:19 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
RichardScottOZcommented, Apr 13, 2021

Ok, will do, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using the Scale Tool to Create Detail on Low Voxel Models
In this MagicaVoxel tutorial we demonstrate how you can create a very low voxel model and then use MagicaVoxel scale tool to keep...
Read more >
Voxelization — Open3D latest (664eff5) documentation
The voxel grid is another geometry type in 3D that is defined on a regular 3D grid, whereas a voxel can be thought...
Read more >
The Main Benefits and Disadvantages of Voxel Modeling
ADVANTAGES, DISADVANTAGES ; Voxels are a more “accurate” 3D building block than any other modeling type, as they mimic particles. Without using prohibitively ......
Read more >
How to automate voxel modelling of 3D point cloud with python
Complete python tutorial to generate voxel models from large point clouds captured from reality. Learn an automation script to create 3D ...
Read more >
[binvox] 3D mesh voxelizer - Patrick Min
binvox is a straight-forward program that reads a 3D model file, rasterizes it into a binary 3D voxel grid, and writes the resulting...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found