Can content cache change text size or font etc

HOw can i edit scale of annotation using content cach?

I can change layer of text object

but if i try to edit scale content cash create new text object, it doesnt update it

Untitled.3dm (50.3 KB)

unnamed.gh (9.3 KB)

To modify the Annotation Style globally (changing all text with that style) you could do something like this.

I do not think Model Scale is what needs to be changed, but text height in text settings. Then that goes into the Style component or the style override component:

I need texr to be 5 mm height for kayout but scale 50 for model,

I can make text height 250 mm

In model it will be perfect, but in layout it will be huge

I have anothe question

is there way to edit this point of text object in grasshopper?

Hi Gknu2013,

Controlling the text size via the Annotation Style is optimal. Here the Font Height is set to 5mm, the Model Space Scale is 10 giving you a size of 50mm in the model.

If your settings for Model and Layout Scaling are like this, all the text will be 5mm in the layout as well as the viewport.

R8-AnnoScaling.3dm (59.0 KB)

Yes, that is coorect!

But if i want use one annotation style for different scale and i dont want create new style and change onky scale I can change it foe one particular text object,

I want to make something like this using grasshopper and content cache? in the beggining all 3 text have default scale 1:1? but next i replace them with scale i need

This is how I do this:

And existing model objects work a bit differently as the replacement ID needs to be transmitted thru the canvas:

Amazing! that exacly what i needed, thank you, my friend!

so… there is a way to ajust this control point in grasshopper

Hi Gknu2013,

You can use the Annotation Text Overrides component to set that property.

I think we found small bug. It requires a change in the text to notice the Wrap Width change. If you are modifying a set of texts add unique character at the end, make a change, then change it back with the desired text width.

Something like this (until RH-90114 gets fixed)

R8-change-AnnotationOverride.gh (13.8 KB)

Wonderfull!! thanks a lot