Hey there,
another question
I mainly work with dynamic components. I already have a bunch of them because the make my working life easier so far. But I have an issue with them…
In the first picture (
)you se the dynamic component in sketchup. It is a bolt with washers and Geka. It is used for connection of wood parts in wood construktion area…I can select several spezifications, and they are automatically assigned to the component name.
Then in layout i use the label tool and refer to the dynamicComponent(name). You see it in
.
Is there a easy way to get referenced label text in at least 2 or 3 lines?
In doing so the reference should stay active because somtimes i have to alter the component data in sketchup…
In Picture 2 you see in the selectiion area that the “Name” field is displayed in 2 lines, why not transfer it like this to sketchup…mmmh. That would be fine, what do you think? / is ther in LO2020 an easy way to handle this?
Thanks spb
Split the lines up with a newline character, a carriage return or both. It worked for me with just newlines on a Mac. You could try one or the other or both. CHAR(10) for newline and CHAR(13) for carriage return.
=concatenate("If you notice this notice",CHAR(10),"You will notice",CHAR(10),"That this notice",CHAR(10),"Is not worth noticing")
Hey Anssi,
unfortunately not I Think. If you pick the lable text corner, the whole text inclusively the arrow (lable line) gets distorted. The text is shown in 2 or 3 lines but is not displayed fully anymore.
Here you got it:
Is there a trick to this? I cannot get it to work. I often want multi-line leaders and I find that I always have to put in carriage returns to get a multi-line text box. I really wish I could just define the size of the text box and let LayOut take care of the word-wrapping.
In the trays to the right (generally) find “Text Style”, for automatically resized text boxes choose where you want it to anchor “Top”, and the second to last choice is “Unbounded” choose that and it will resize automatically.
I have mine set as align left, align top and unbounded as you can see.
Good luck.