Use wildcard in pen table

Looking to use wildcards in microstation print in update 12.

Need to set all levels to print black in a file when printing. 

I know to edit pen table and select levels then select all but that process is not convenient when printing in a different file that may have a few different levels included.

so are wildcards possible?

Parents
  • Setting wildcards for level names in a pen table is a bit odd.

    Let's say you have a group of level names that start with characters "UTIL-". To only operate on those levels in a Pen Table you would enter UTIL-.* in the Level regular expression field. You must put a period in front of the wildcard character. In addition, you can only use one regular expression per definition. If you wanted to search on both UTIL- and say PIPE- you have to have two copies of the section, one that uses the UTIL-.* expression, and the other that defines the PIPE-.* expression.

    Rod Wing
    Senior Systems Analyst

Reply
  • Setting wildcards for level names in a pen table is a bit odd.

    Let's say you have a group of level names that start with characters "UTIL-". To only operate on those levels in a Pen Table you would enter UTIL-.* in the Level regular expression field. You must put a period in front of the wildcard character. In addition, you can only use one regular expression per definition. If you wanted to search on both UTIL- and say PIPE- you have to have two copies of the section, one that uses the UTIL-.* expression, and the other that defines the PIPE-.* expression.

    Rod Wing
    Senior Systems Analyst

Children