I want to get all lines of an Element which are represented in a view.
E.G. I have a section and I see a few parts of a wall and I want to get this parts (lines).
Example1: Ground View. I just want to get the visible lines of the walls on the view:
Something like the DWG Export does. He takes all visible lines and puts them on one flat dwg.
This is what I want. But I dont want to export everything to dwg and import again…
Is there a node which selects all visible lines in view?
I think the first solution would work for this. Get the 3d edges, then project them onto a plane. Then find a way of excluding overlapping lines. I think I saw a package that helps with removing the overlapping lines.