Message 1 of 8
How to use user input value, multiply this value by 5 then stretch block that has multiple objects with new value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is a simple dynamic block with a stretch parameter. However, I want to make it more advanced.
What I need:
- In the properties tab, I want the user to input a length value.
- I want the stretch parameter to use this value and multiply it by 5.
- Exemple: User enters 2 in the properties tab. Block length is now 10m long.
Note: The insert point of the block is at 0,0 and the stretch is done going downward. So if the input value is 2, I need the block to stretchs 10m south (X: 0, Y: -10).
How can I achieve that?
I tried using vertical constraint parameter and it partly worked, but it seems that constraints parameters only works on single objects and only lines, polylines and arcs... I have text, hatch, an attribute and a visibility state in the block.