Is there any way in Grasshopper to trim some geometries(buildings) from a mesh (topography) - which actually intersect.
I need to remove the surfaces that intersect. Mesh Split is giving wrong results, and mesh Difference too.
Does any of you faced the same problem?
Is there any Python or C# script that I could use instead?
Id be very thankful if someone could enlighten me .
Add options for splitting the terrain as well or working with GeometryBase types and converting the breps (if any) to meshes or checking the average terrain normals (for defining what splitted part is βupβ) etc etc.