Parametric blocks do not work correctly

To be honest, I had high hopes for this tool... Tell me what I'm doing wrong....
I created geometry and imposed some dependencies. Now I insert this file into another as an external link. The dependencies stop working correctly... Maybe I'm doing something wrong? Maybe there is a "magic" variable that needs to be included?
Video attached. Bricscad latest version

Comments

  • Hello.

    When animating one of the user parameters, the other one changes too, in the same way.
    If they are independent, only the animeted one should change.

    The block seems to have 3 parts: a shaft, a plate and a dril.

    The plate and the drill could be each constrained as a rigid set.

    Then a distance constraint should control the plate.
    Another distance constraint should control the upper face of the shaft.
    Both these constraints should be linked to L_Up1.
    This way, they will move together, based on the value of L_Up1.

    Similarly, two distance constraints should control the drill and the lower face of the shaft, both linked to L_Down1.

    These are just a few ideas.
    The exact implementation depends on the block structure and the design intent.