Intersection Tin
-
- Posts: 10
- Joined: Wed Feb 14, 2018 7:53 pm
Intersection Tin
I have a new road meeting with an existing. The new road has been designed up to the kerb returns, and the kerb returns designed to marry up to the existing. Now how do I resolve the dead space left in the middle between all these designs. The supertin fills it in, but obviously not to the correct new road pavement. Thanks in advance.
-
- Posts: 1844
- Joined: Thu Nov 10, 2005 10:59 am
- Contact:
-
- Posts: 10
- Joined: Wed Feb 14, 2018 7:53 pm
-
- Posts: 5711
- Joined: Tue Oct 04, 2005 12:50 pm
- Location: Brisbane
- Contact:
For an example without snippets, the Create Roads - Enhanced function does this for you (alternatively, it can also do it with snippets).
It essentially inserts a fixed link named "GRADE" and then applies two separate Fixed - Modify to String modifiers. The 1st modifies "GRADE" to match the lip of the through (existing) road, and the second modifies "GRADE" to match the crown of the side (new) road. The intersection point of the through-lip and the side-crown, is set as the end of the 1st modifier and the start of the 2nd.
Note that the Fixed - Modify to String modifier has now been deprecated by the Fixed - Modify All to String modifier (not sure if Create Roads - Enhanced has yet been updated for that), but they essentially do the same thing.
It looks something like this:
And here is a link to a screenshot of the above:
https://drive.google.com/open?id=17pfX1 ... Tg-zkX0034
Owen.
It essentially inserts a fixed link named "GRADE" and then applies two separate Fixed - Modify to String modifiers. The 1st modifies "GRADE" to match the lip of the through (existing) road, and the second modifies "GRADE" to match the crown of the side (new) road. The intersection point of the through-lip and the side-crown, is set as the end of the 1st modifier and the start of the 2nd.
Note that the Fixed - Modify to String modifier has now been deprecated by the Fixed - Modify All to String modifier (not sure if Create Roads - Enhanced has yet been updated for that), but they essentially do the same thing.
It looks something like this:
Code: Select all
right_side_modifier = {
insert "Design>>GRADE" "vis rd bitumen" 0.000000000 unknown 0.000000000 start_ref 0 final_ref 0 absolute extra_start extra_end
fixed "Design>>GRADE" start_ref 0 intersect_strs "RD STRINGS RS01->KLR" 0 "ALIGNMENT->RS02" 0 0 "RD STRINGS RS01->KLR" 1 absolute extra_start
fixed "Design>>GRADE" intersect_strs "RD STRINGS RS01->KLR" 0 "ALIGNMENT->RS02" 0 0 final_ref 0 "ALIGNMENT->RS02" 1 absolute extra_end
}
https://drive.google.com/open?id=17pfX1 ... Tg-zkX0034
Owen.
-
- Posts: 5711
- Joined: Tue Oct 04, 2005 12:50 pm
- Location: Brisbane
- Contact:
-
- Posts: 10
- Joined: Wed Feb 14, 2018 7:53 pm
Cheers Owen
I managed to use snippets, and all is good except that a little triangulation is missing between the new road tin and the kerb return snippet. Can I easily fill this in somehow? Maybe create a dummy point with height for one of these mtf procedures to close the gap and join up the design contour.
I managed to use snippets, and all is good except that a little triangulation is missing between the new road tin and the kerb return snippet. Can I easily fill this in somehow? Maybe create a dummy point with height for one of these mtf procedures to close the gap and join up the design contour.
-
- Posts: 1844
- Joined: Thu Nov 10, 2005 10:59 am
- Contact:
-
- Posts: 10
- Joined: Wed Feb 14, 2018 7:53 pm