Dynamic Block (Visibility and Network) - > autocad 2012

Hello everyone and thank you for paying attention.
My question is about dynamic blocks. I want to create a block with a visibility mode associated with a network action.
So far no worries (see test block attached) but once the network is "deployed" the visibility mode (full or empty) applies in a general way to all blocks while I would like to be able to change this or that block and not all the blocks.
Can you tell me if it's possible? And if so, how? or at least point me some leads...
Thank you in advance

 

 


__test.zip

Hello

 

I've never tried dynamic blocks, but have you seen this tutorial?

http://fr.openclassrooms.com/informatique/cours/apprendre-a-dessiner-en-3d-avec-autocad/les-blocs-dynamiques-actions

Or this one, especially the "Parameter game" part at the end?

http://www.emmanuelle-menny.com/blog//index.php?pages/autocad_blocs_9

Hello PoPkeR,

 

The behavior you describe is logical!

 

The principle of the network is to repeat the same entities, whatever they may be. The goal is to memorize a model (only once) so that the software only has to memorize the coordinates of the following ones.

 

As a result, it cannot differentiate between the different occurrences of the network.

 

The (manual) solution is to create the network with the command of the "edit" menu once the block is inserted.

 

You then break it down (or create the network in non-associative mode) and you can choose the visibility independently on each block.

 

Obviously, it's no longer a network in the end...

 

A+

Eric R.