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



Reply
  • 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



Children