- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to prepare dynamic block and I have an issue with linear paramteres.
I have two linear parameters.
Linear parameter L1 with minimum value 0 and max 100.
Linear parameter L2 with minimum value 0 and max 100.
What I want to do is to have parameter L2 maximum value be equal to current value of L1.
So if:
L1_current=50 -> L2max=50.
If I streach L1 and:
L1_current=70 ->L2max=70.
Is this possible? Can I for example set variable V1=L1_current and L2max=V1?
If so, can you explain to me how to do that? I am new to dynamic blocs and variables in AutoCAD so you can safely assume I know little (blocks) or even nothing (variables) about those topics.
Because the L1 is incremental(responsible for visibility states) in my case, I think, I could tie the L2 with visibility and have one L2 parameter for each visibility state (L2.1, L2.2, L2.3 etc.) instead. This would mean I would have L1 and number of L2.x parameters. However, I would like to know if cleaner/striaghtforward connection betweenn L1 and L2 is possible.
Solved! Go to Solution.