Login  Register

Drawing facades from topographic points

Posted by perepujal on Mar 19, 2020; 2:42pm
URL: https://forum.librecad.org/Drawing-facades-from-topographic-points-tp5718583.html

Hi,

I sometimes have to help in getting data from the terrain and draw into a CAD program.
getting the data of the land and drawing it is not a problem, facades are more complicated, you get a lot of dots each one with the height data but they are all put into a line that is the facade projection on the horizontal plane,

 identifying each one and projecting one by one is a pain, so I thought that I could automate it somehow.
I have created a gnumeric spreedshet, it rotates the dots in order to get the facade in the front and transposes the height values in order to get them projected in the plane.



The spreedshet
Rotate_dots.gnumeric

The data used to create the samples
VEINS.txt

The same data after being processed by the spreedshet
Veins_facade.txt

The facade to be drawn


I know that this is a very niche use case, but hope this helps somebody
Pere