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 helpRegardsAleksander Zamorski
In such case (profile or cross-section) I often use the CLUTTEXT parameter option. Because if the CLUTTEXT value is 0, the overlapping text should be moved automatically, in almost every drawing macro. However I don’t know any option in the INPUT language that solves this problem.
I didn't mean moving overlapping text labels. I just want to move a text label - my goal is to annotate in the same box two values for one pip: one is on the left side of pip (level) and second on the right (chainage). The best solution would be to add a left horizontal offset for all level labels and right offset for all chainage labels in the same box. Now I got them in separate boxes and need to move them manually in CAD.
No ideas? :(
Did you look into FIELD 2 COLUMN 2 of minor function 845?
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.0845,BBL ,2=TRP,3=1400,6= 0.0,7= ,9= +2.00,10= 1.0845,BBL ,2=TMP,3=1500,6= 0.0,7= ,9= +3.00,10= 1.0845,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:
RegardsAleksander