Table of Contents
Get a 7-day trial No commitment or credit card required. Professional email required.

Sheet Name Pattern

Sheet name pattern setting

Wildcard pattern used when Sheets to export is set to matching sheet names.

Use * to match any text and ? to match one character.

Examples:

  • * matches every sheet.
  • Sheet* matches Sheet1, Sheet2, and Sheet-Main.
  • REV? matches REV1 or REVA.
  • DXF* matches sheets whose names start with DXF.

Match the Configuration Name

Use (ConfigurationName) when a drawing sheet is named after the configuration being exported. PDMPublisher evaluates the placeholder before matching the sheet name.

For example, if the selected configuration is Machined:

Sheet name pattern Evaluated pattern Matches Does not match
(ConfigurationName) Machined Machined Default, Machined-DXF
(ConfigurationName)* Machined* Machined, Machined-DXF Default
*(ConfigurationName)* *Machined* Machined, DXF-Machined, Machined-REV-A Default

As another example, suppose a drawing contains sheets named Default, Machined, and Welded. When the selected configuration is Welded and the pattern is (ConfigurationName), only the Welded sheet is exported.

This setting is used by Sheets to Export when that option is set to Sheets matching name.