[MX V8i SS3 linemode] Box content in profile

Hello,

Is there any input solution for horizontal moving/offseting a box content in profile drawing?
By default the annotation (i.e level) is center-aligned to point/pip (left part of screenshot).
I need it to be offset vertically once left once right side (right part of screenshot).


I can't find right input function/field - is it generally possible? If yes - where can I find it?

Thanks for help
Regards
Aleksander Zamorski

Parents
  • Hello,

    I've tried it on a first step and than gone for help in here :) The result for L, R an C is almost the same - only while M the text is moved to the middle point between this and previous point. Here are concerned input lines:

    845,BBL ,2=TLP,3=1300,6= 0.0,7= ,9= +1.00,10= 1.0
    845,BBL ,2=TRP,3=1400,6= 0.0,7= ,9= +2.00,10= 1.0
    845,BBL ,2=TMP,3=1500,6= 0.0,7= ,9= +3.00,10= 1.0
    845,BBL ,2=TCP,3=1600,6= 0.0,7= ,9= +4.00,10= 1.0

    846,MC10,2=MC10,3=1300,4=10.,5=,7= 3.,8=,10=270.
    846,MC10,2=MC10,3=1400,4=10.,5=,7= 3.,8=,10=270.
    846,MC10,2=MC10,3=1500,4=10.,5=,7= 3.,8=,10=270.
    846,MC10,2=MC10,3=1600,4=10.,5=,7= 3.,8=,10=270.

    and a result:


    Regards
    Aleksander

  • Aleksander,

    There is a workaround for it, maybe not exactly what you are looking for but it will let you place two annotations in one line without additional CAD work. If you are looking to add annotation in 10m interval, than you can use the following:

    845,BBL,2=CMP,3=BOX1,9=-1.5,10=1.5

    845,BBL,2=CLP,3=BOX2,9=-1.5,10=1.5

    846,MC00,2=MC00,3=BOX1,4=10.,5=0.,7=3.,8=,10=45

    846,MC00,2=MC00,3=BOX2,4=10.,5=0.,7=4,8=,10=270

    Unfortunately it doesn’t look good with bigger chainage intervals, but it saves some CAD work. If you must have all text placed vertically, you can always run lisp which picks up all annotations at 45 degree and shift/rotate it.

Reply
  • Aleksander,

    There is a workaround for it, maybe not exactly what you are looking for but it will let you place two annotations in one line without additional CAD work. If you are looking to add annotation in 10m interval, than you can use the following:

    845,BBL,2=CMP,3=BOX1,9=-1.5,10=1.5

    845,BBL,2=CLP,3=BOX2,9=-1.5,10=1.5

    846,MC00,2=MC00,3=BOX1,4=10.,5=0.,7=3.,8=,10=45

    846,MC00,2=MC00,3=BOX2,4=10.,5=0.,7=4,8=,10=270

    Unfortunately it doesn’t look good with bigger chainage intervals, but it saves some CAD work. If you must have all text placed vertically, you can always run lisp which picks up all annotations at 45 degree and shift/rotate it.

Children