Parametric Blocks - Linear Contraints between attributes values

Dear all,

Is there any way to place a linear constraint between 3 text attributes inside a parametric block. Attrubutes values are userdefined and have to remain attached and separated with a - symbol. Length of string values may be variable.

TY

Comments

  • Hello.

    You could experiment with using the PARAMETRICMOVE operation.
    Each of the 3 attributes could have its own operation that moves it.
    Further, there could be an extra parameter to set a distance.
    The 3 parametric moves could be linked to the distance using some formula.
    This way, all 3 parameteric moves could be adjusted with a single value editing.

  • What about an Array ?