Any input file to know the existing ground levels for 1) just under the proposed centre line & 2) at 15 m offset from design centre line on either side using MX Roads SS4 V8i ??

Any input file to know the existing ground levels for 1) just under the proposed centre line & 2) at 15 m offset from design centre line on either side using MX Roads SS4 V8i ??

Parents
  • Create two lines at the required offset
    design,refs model
    100,mast,,cl00,7=-15
    100,mast,,cr00,7=15
    999
    Create a model to store the sections
    create,model 2
    Section the triangulation along the strings
    section,ground trian,refs model
    section,model 2
    177,mast,tx00,tc00
    177,cl00,tx00,tl00
    177,cr00,tx00,tr00
    999
    Take cross sections - labelled 'A' here
    at every point on MAST (173)
    or at defined interval (174)
    section,model 2,refs model
    section,model 2
    173,mast,,A,7=-20,10=20
    or
    174,mast,,A,10,7=-20,10=20
    999
    Delete strings if not needed
    edit,refs model
    004,3=cl00
    004,3=cr00
    999
    Report the points on the sections
    There will be 3 points per section - left, centre, right
    report,model 2
    992,a
    999



  • Please explain these commands:

    section,ground trian,refs model
    section,model 2
    177,mast,tx00,tc00
    177,cl00,tx00,tl00
    177,cr00,tx00,tr00
    999

    can I write above lines as below:

    section,TRIA 0 TO 15,DESIGN50
    section,model 2

    177,mast,tx10,CM00

    177,CML0,TX10,CML0

    177,CMR0,TX10,CMR0

    999

    (DESIGN MODEL=DESIGN50,DESIGN CENTRE LINE=MC00, TRIA MODEL=TRIA 0 TO 15,TRIA STRING-TX10,STRING UNDER MC00=CM00,string at 15m left offset=CML0,string at 15m right offset=CMR0

    what style set & feature set to give to model 2?

Reply
  • Please explain these commands:

    section,ground trian,refs model
    section,model 2
    177,mast,tx00,tc00
    177,cl00,tx00,tl00
    177,cr00,tx00,tr00
    999

    can I write above lines as below:

    section,TRIA 0 TO 15,DESIGN50
    section,model 2

    177,mast,tx10,CM00

    177,CML0,TX10,CML0

    177,CMR0,TX10,CMR0

    999

    (DESIGN MODEL=DESIGN50,DESIGN CENTRE LINE=MC00, TRIA MODEL=TRIA 0 TO 15,TRIA STRING-TX10,STRING UNDER MC00=CM00,string at 15m left offset=CML0,string at 15m right offset=CMR0

    what style set & feature set to give to model 2?

Children