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 ??
Create two lines at the required offsetdesign,refs model100,mast,,cl00,7=-15100,mast,,cr00,7=15999 Create a model to store the sectionscreate,model 2 Section the triangulation along the stringssection,ground trian,refs modelsection,model 2177,mast,tx00,tc00177,cl00,tx00,tl00177,cr00,tx00,tr00999 Take cross sections - labelled 'A' here at every point on MAST (173) or at defined interval (174)section,model 2,refs modelsection,model 2173,mast,,A,7=-20,10=20 or 174,mast,,A,10,7=-20,10=20999 Delete strings if not needed edit,refs model004,3=cl00004,3=cr00999 Report the points on the sections There will be 3 points per section - left, centre, rightreport,model 2992,a999
Please explain these commands:
section,ground trian,refs modelsection,model 2177,mast,tx00,tc00177,cl00,tx00,tl00177,cr00,tx00,tr00999
can I write above lines as below:
section,TRIA 0 TO 15,DESIGN50section,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?
My 177 options are creating new strings Txxx - my model and strings names are only examples, replace them with your model and string names. I placed the new strings in a new model just to keep them separate from the design model.
I did not assign any FNS/PSS to the model as I am only reporting it - you can assign what you like.