Relative Content

Tag Archive for pythongeometry

3D wireframes processing

I have two wireframes, one is what is called a “isoshell” in geostatistics, basically the union of outside faces of cubes, and the other a smooth version of it.

Is there a way to create a mesh from edges?

I have a complex structure of which I want to calculate the volume. I tried using the convex hull method, but this does not give me the smallest possible volume as it only takes into account the points, not the lines of the structure. Because of this the volume is always bigger than what it would be in reality.