Aveva Diagrams - Link between attribute and visio shape?

 
Parents
  • [COLOR=#696969]It is very easy, to link attributes and graphics. Its almost the same as catalogues in paragon but you need to have some basic knowledge of visio.[/COLOR]
    [COLOR=#ff0000]--Make sure that you have backup and nobody use it :)

    [/COLOR]Copy stencil from you stencil group(A Diagrams) to MS visio drawing.
    Your stencil consists of some primitive shapes, you can select one of that shapes and right click >select [COLOR=#008000]show properties table.
    [/COLOR]There you can find Geometry section with cell 'NoShow', where you should write your formula :
    [COLOR=#696969]If this condition states true then this shape is not visible, so you will have many shapes that will hide or show. [/COLOR]
    IF(STRSAME([COLOR=#006400]Sheet.1[/COLOR]!Prop.VMD_S[COLOR=#333333]COIN[/COLOR]__058[COLOR=#006400]UDAName[/COLOR],"A"),0,1)[COLOR=#008000]
    [/COLOR][COLOR=#696969]
    [/COLOR]
    There are many properties on whick you can affect, different angles, text prop, points..
    and what I like most there is no limit in expression length of that cells.
Reply
  • [COLOR=#696969]It is very easy, to link attributes and graphics. Its almost the same as catalogues in paragon but you need to have some basic knowledge of visio.[/COLOR]
    [COLOR=#ff0000]--Make sure that you have backup and nobody use it :)

    [/COLOR]Copy stencil from you stencil group(A Diagrams) to MS visio drawing.
    Your stencil consists of some primitive shapes, you can select one of that shapes and right click >select [COLOR=#008000]show properties table.
    [/COLOR]There you can find Geometry section with cell 'NoShow', where you should write your formula :
    [COLOR=#696969]If this condition states true then this shape is not visible, so you will have many shapes that will hide or show. [/COLOR]
    IF(STRSAME([COLOR=#006400]Sheet.1[/COLOR]!Prop.VMD_S[COLOR=#333333]COIN[/COLOR]__058[COLOR=#006400]UDAName[/COLOR],"A"),0,1)[COLOR=#008000]
    [/COLOR][COLOR=#696969]
    [/COLOR]
    There are many properties on whick you can affect, different angles, text prop, points..
    and what I like most there is no limit in expression length of that cells.
Children
No Data