I have a model of buildings and roads brought in primarily from open data sources such as openstreetmaps and shapefiles. They primarily came in as .obj objects and ended up as meshes. I’m trying to do sort of an extrusion for all the road layers, and then boolean difference with the base, so that when i 3D print the entire thing it will give a “negative extrusion” effect on the base showing the roads. I know it’s not straightfoward, and I have tried ways such as converting the meshes to polysurfaces, but they don’t work. Would like to ask if there is a way to do all of these at one go, and not have to manually draw the roads, or manually select pieces to convert. Any help will be greatly appreciated. Thank you.
that is never an easy one click task, however using MeshOutline after you have selected all the street fragments outputs a pretty good base already. with a few minutes of cleaning up to delete the inner loops or points which have been pulled inwards you should be good to go.
This looks great. If you don’t mind, could you outline the steps you took to create this? I attempted viewcapturetofile and heightfield but did not get such beautiful results. I got either a mesh or some points. Many thanks, appreciate it.
Thanks! one issue i faced with this is that it became a mesh with over 20,000 faces though, tried converting to nurb/surface but it either hanged my computer or rhino just crashed. Using less sample points, i get roads that are not too defined. Nevertheless, it’s a good alternative to manually processing everything
in this case he actually is working on the street. imho i would not even use heightfield. for a flat base a plain extrusion/boolean with nurbs with a bit cleaning as described may be still a better alternative with less hassle, specifically when he is trying to print that afterwards with a crisp edge.