- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to implement my own road conctruction. I did program all the layers I want in correct order. Basicly it works fine, but I just wonder - how can I skip a layer? What I mean:
1. Layer 1 is "Ścieralna"
2. Layer 2 is "Wiążąca" - it is created based on points from layer 1.
3. Layer 3 is "G. PODBUDOWA" - it is created based on points from layer 2.
4. Layer 4 is "D. PODBUDOWA" - it is created based on points from layer 3.
5. Layer 5 is "PODBUDOWA POMOCNICZA" - it is created based on points from layer 4.
How can I e.g. skip layer 4 and build layer 5 after 3? If I make thickness (GrubDPdb) on 0 - it won't work, because layer 5 has no reference points to start from. Here my construction just ends on layer 3.
I think the solution could be to make points numbers as variables - "if GrubDPdb=0 -> point number (of layer 3) is X, if not Y" - is this possible?
Or maybe there is another way?
Hope I described it clear enough 🙂
Solved! Go to Solution.