AutoPlant OPIM symbol scale - Is it a way to have a global scale for all ISO symbols?

The default set to ISO component symbols is too big to showing in ISO output. Instead of changing symbols one by one, is it a way to change all symbols in ISO "globally", like scale to half size?

Thanks,

Maggie

Parents
  • Yes, this is possible. In the latest SELECT releases (08.11.09.564 and 08.11.09.470) you can use the new "user overrides" facility. There is a Wiki entry on this (please search for overrides.txt): Create a file named overrides.txt in your style config folder and put something like the following in it:

    RULE  scale all symbols by a factor 2
      INCLUDE = IE_TYPE=.*
      SCALE=0.5

    When you are using an older version, open style.xml and search for the following:
        <ScaleFactorOverall>1</ScaleFactorOverall>
    and change 1 to a smaller or greater value

    Regards,

    Frank



    Answer Verified By: Maggie 

Reply
  • Yes, this is possible. In the latest SELECT releases (08.11.09.564 and 08.11.09.470) you can use the new "user overrides" facility. There is a Wiki entry on this (please search for overrides.txt): Create a file named overrides.txt in your style config folder and put something like the following in it:

    RULE  scale all symbols by a factor 2
      INCLUDE = IE_TYPE=.*
      SCALE=0.5

    When you are using an older version, open style.xml and search for the following:
        <ScaleFactorOverall>1</ScaleFactorOverall>
    and change 1 to a smaller or greater value

    Regards,

    Frank



    Answer Verified By: Maggie 

Children