How Link Visibility Parameter to Move Action ?

Hi,

I have 2 pillars. these are moving by using the parameter from 1500 to 2000mm (these two distances only) - i will made a DesignTable later.

then I have a chain, actually two, one 1500mm and the other 2000mm - these will be between the pillars. chains are added as a component and I have already set the visibility parameter in main drawing .(on/off)

How Link Visibility Parameter to Move Action ?

So in the end I want the columns to move and when the distance is 1500mm I want to see a short chain and when it is 2000mm I want to see a long chain.

thanks for the ideas

Comments

  • Hello.

    Depending on the design intent, a simpler approach seems to be to make a copy of one of the pillars at the requested position.
    So, the block will contain Pillar_1, Pillar_2_1500, Pillar_2_2000, Chain_1500, and Chain_2000.

    The first visibility state will display Pillar_1, Pillar_2_1500, and Chain_1500.
    The second visibility state will display Pillar_1, Pillar_2_2000, and Chain_2000.

    Another approach could be to create some suppress parameters and make them 0 or one depending on the value of the main distance parameter, which is either 1500 or 2000.

  • Thanks for the reply.

    In the meantime, I've finally solved it by adding the chains separately as 2 new components. I then added Visibility Status to these.

    Status on off by length 1500 or 2000mm. In the parameter manager, Iam then unlinked this status and deleted.I only had Suppress 1 and Suppress 2 left. Then I created a design table with these two and with the width parameter.

    The design table then looks like this: Width,look_1,look_2,Width

    1500,1,0,1500

    2000,0,1,2000