Mxroad cross section add objects

Is mxroad can add curb, railing, retaining wall etc to cross section?

As a strings or micro symbol. Or is it possible autocad object converting and attach to cross section. Civil 3d is possible those. But I wondering if mx also can be.

  • Andrew, if you are using SS3 or above, you can do that easily using template drop through Openroads tools. Otherwise you can add MX Strings that will look like curb, railing etc

  • Dear Andrew, 

    I use inputfiles with macros to display cross sections. The macro contains the commands to, among others, add symbols to, or stretch them between, section string points or lines. It looks like this: 

       GELEIDERAIL (metal barrier, symbols at points)
    810
    861,G,GLDR,R80R,SF*0.080,XS,YS,SF*0.070,XE,YE,0.0
    861,H,GLDR,L60R,SF*0.060,XS,YS,SF*0.070,XE,YE,0.0 (these are three different types)
    861,I,GLDR,R60R,SF*0.060,XS,YS,SF*0.070,XE,YE,0.0 (in bold the symbol file names)
       STEPBARRIER
    810
    861,6,BARR,IERD,SF*0.060,XS,YS,SF*0.080,XE,YE,0.0
    861,7,BARR,IERL,SF*0.030,XS,YS,SF*0.080,XE,YE,0.0
    861,8,BARR,IERR,SF*0.030,XS,YS,SF*0.080,XE,YE,0.0
       LICHTMAST (lantern post)
    810
    861,4,LMST,DUBB,SF*0.210,XS,YS,SF*1.000,XE,YE,0.0
    861,J,LMST,LINK,SF*0.210,XS,YS,SF*1.000,XE,YE,0.0
    861,K,LMST,RECH,SF*0.210,XS,YS,SF*1.000,XE,YE,0.0
       WATERLIJN (water in side canals)
    810,MACR,WATE,LIJN,,VW*-1.0,-0.35 (macroline, stretched between odd and even points)
    826,O,,,IN,XS,YS,,XE,YE
       MASTERSTING (axis line symbol at masterstring section points) 
    805,RED
    810
    861,Q,ASST,REEP,0.010,XS,YS,4.5,XE,YE,0.0
       GRENSLIJN
    810
    861,X,GREN,PAAL,SF*0.050,XS,YS,SF*0.150,XE,YE,0.0

    The file names (these are max. 8 characters, fields 2 and 3 are used) refer to your Mx macro directory.