- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I’ve run into an issue while working on a Dynamic Block, and I hope someone can help me with this. The goal is to create a ruler line that I can stretch using an array, so multiple rulers are created. The distances between the rulers can vary (e.g., 500, 600, 700, 750, or 1000 mm). The stretching works fine, but the numbering of the rulers isn't working as expected.
I created two arrays starting from the zero point, so for example, you can display only the range from 120 to 140. This way, you can easily adjust which part is visible, without using an Xclip. If you were to fully draw the ruler and use an Xclip, the base point and block table would be at the same location, which makes it less flexible to adjust.
Here’s what I’ve done to start the numbering:
- In the block, I went to Field.
- I selected an object in the Object tab and linked the parameter Distance3.
- I then clicked OK, reopened the text, and entered the following formula:
(floor(@Length / 500)) + 1.
Additionally, I want the text coming from the Field to have no text background, so only the numbers are visible without any background or frame.
Does anyone know what I might be doing wrong or how to solve this? Thanks in advance!
Solved! Go to Solution.