[REQ] GoogleEarth Meshes boolean subtract
-
@aceshigh said:
hi Chris. I just imported two small GoogleEarth meshes, using Sketchup 8.
600 triangles each (i suppose... each one had 300 faces).
still no luck. There was overlapping and nope, the triangles from each mesh did not mach perfectly the triangles from the other mesh.
Well, there goes that theory! Did you try the manual way I described? Maybe I'll try that right now.
-
bleah, the edges are not necessarily co-planar. So its not easy to drop vertical lines at the corners and turn the thing into a big cube.
Bummer,
Chris
-
@chris fullmer said:
bleah, the edges are not necessarily co-planar. So its not easy to drop vertical lines at the corners and turn the thing into a big cube.
Bummer,
Chris
I would give you some suggestions... if I even knew what you mean
doesnt Sketchup have absolute world coordinates? Wouldnt the vertical lines just drop till a specific absolute world coordinate, at all 4 corners of an imported mesh?
-
Here is how I did it. I created and grouped the four vertical faces surrounding the 1st terrain mesh using the bounding box corners. Then I did an intersect_with the faces and the 2nd terrain group and added the intersection entities to the entities of the 2nd terrain group. I then searched the entities of the 2nd terrain group for hidden edges that fell within the bounds of the 1st terrain group and deleted them.
-
you did that manually?
-
@aceshigh said:
you did that manually?
No, with a plugin that I threw together last night. Check your PM inbox.
-
wow, thanks a lot!
it works flawlessly!
does it makes any difference which mesh I select first and 2nd?
how the plugin decides from which mesh it will subtract and which one it will keep intact?
this is important because sometimes you may have two meshes at different resolutions... and you may want to keep the higher resolution mesh.
I just made a test where the smaller, hi-res mesh was almost entirely deleted (only left a thin strip, that was outside the bounding box of the bigger mesh), while the ideal solution would be to keep the higher res mesh and cut the hole in the bigger, lower res mesh.
again, thanks a lot!
-
@sdmitch said:
It all depends on the order that it finds them in the model so the selection order doesn't matter.
thanks. Can you make it matter? I was editing my above message while you were writing here, and I said the reason the order would be important.
btw, I also noticed there is usually a small gap created between the two meshes. Maybe the bounding box from Sketchup is not perfectly parallel to the mesh edges?
I am also attaching two meshes where some triangles disappear when running the plugin. Maybe if we could invert the order it result in no missing triangles, I am not sure.
-
It all depends on the order that it finds them in the model so the selection order doesn't matter.
Now that I know that order might be important, I will add an input so that the default order can be reversed.
-
Yes there are sometimes tiny usually vertical gaps because the meshes aren't exactly the same vertically or horizontally in the overlap areas.
-
Looks like I need to extend the faces vertically especially on the low side because, in yout test model, the bounding box of the mesh on the right surfaces momentarily on the mesh to the left which would result in some triangles along that edge not to be "cut" by the intersection.
-
if you view an 'Add Location' 'Terrain' with 'Top View' [ON] + 'Parallel Projection' [ON]+ 'Hidden Geometry' [ON] + 'Face Style .. Shaded' you will see that the mesh is regular EXCEPT for the border.
If you 'Unlock' this 'Terrain' then select all followed by alt/shift/selection-Box over the good mesh it will leave the borders selected for deletion.
The is under all the GE terrains, if you delete the borders, this good mesh will align with its neighbors.
A useful plugin only needs to 'Unlock Terrain' >> 'Select Borders' >> 'Delete Border Mesh'.
When you do this to a set of overlapping terrains they do mesh, but you can also delete the overlaps before exploding all into a new single mesh. I found I rarely needed to even intersect after this process.
I've got a half done tutorial if your interested.
john
-
the new version is working very well. The ability to change the order worked well and was definitly important (I made the test with two meshes in different resolutions... first time I tried, the higher res mesh was deleted... I reversed the order and was able to keep the higher res mesh. Even if I have to undo and redo the operation selecting the other option, its still like 1/10th of the time needed to manually ZORRO (use the Zorro plugin) to subtract one mesh from the other. Maybe 1/20th of the time!
Multiply that by 100 different meshes and you get a HUGE time gain!
Thanks a lot. Hope you find a solution to the small gaps betwen meshes, which can be weird when rendering a close-up animation.
if thats not possible I wonder if there is some plugin I can use to create some small cover for the gap? Like, joining the two meshes?
-
@driven said:
if you view an 'Add Location' 'Terrain' with 'Top View' [ON] + 'Parallel Projection' [ON]+ 'Hidden Geometry' [ON] + 'Face Style .. Shaded' you will see that the mesh is regular EXCEPT for the border.
If you 'Unlock' this 'Terrain' then select all followed by alt/shift/selection-Box over the good mesh it will leave the borders selected for deletion.
The is under all the GE terrains, if you delete the borders, this good mesh will align with its neighbors.
A useful plugin only needs to 'Unlock Terrain' >> 'Select Borders' >> 'Delete Border Mesh'.
When you do this to a set of overlapping terrains they do mesh, but you can also delete the overlaps before exploding all into a new single mesh. I found I rarely needed to even intersect after this process.
I've got a half done tutorial if your interested.
john
yes, I am interested John. I got a bit lost on your explanation, the tutorial would help.
-
@driven said:
I've got a half done tutorial if your interested.
john
Please do because I'm missing something in the process.
-
@AcesHigh and sdmitch,
I've been playing around with this [for the first time and I'm on a mac]
what I found is it's only the border set that are actually divergent. the spacing in the border is irregular [I suspect its to help flatten it for the 'Snapshot']I also found up to a point, the detail remains high even on large acreage, but falls back to triangulation if you go in too tight.
The short of it is I came up with a workflow that very repeatable here.
To start with
I have [ v ] as a shortcut key to toggle 'View >>Component Edit>>Hide Rest of Model'
and [ h ] as a shorthcut key to toggle 'View>>Hidden Geometry'
and [ u ] as a shorthcut key to 'Unlock'I set a new drawing to 'Top View' with 'Parallel Projection' and in 'Styles>>Edges>>Color All Same' >> 'Lime Green' on this one the backgrounds all 'Dark Grey'
I also open 'Layers' and put it to one side and for the tutorial 'Scenes' is open.
This is the Skp that I'm writing up notes for, but thought you may want a look in the mean time.
If you toggle between 'Shaded' and 'Shaded with Textures' on each scene, you'll probably figure out what I'm on about.
-
maybe someone with a good scene capture could make a better tutorial than this...
the skp is on the post before this one...
Using these steps a plugin that unlocks the terrain, then selects the irregular faces and deletes them would speed up the process.
Navigation for selecting the 'next terrain mesh' would be better if the html had an option to use last 'grab' as your starting point.
It does open on the last used but has 'no-cache' set and flicks to the stored model location as the starting point.
It's a server-side script so can't be tweaked...Maybe a feature request is called for...
john -
Apparently there are major differences between the Mac and Windows versions. There is no border, that I can find, that is left when the mesh is de-selected.
-
Hi,
can't be thatdifferent, so it's probably badly explained [by me]
can you erase the outer mesh, with the 'eraser tool'?
maybe someone one a PC can interpret my explanation.
I'll try on a PC tomorrow.
john
-
Maybe I've finally figured it out. By border, did you mean a border of a row/column of cells?
Advertisement