/
Import illustrations

Import illustrations

It is possible to import a folder with images and assign these images to assemblies based on the names of the images.

Function is available in version 5.1 and later.

Instructions

To import illustrations and assign to part assemblies (if configured so) follow these steps:

  1. Open illustration storage in Manager and select ā€œImport illustrationsā€¦ā€

  2. Select the folder with the images to import

  3. An import dialogue appears. Select the illustrations to import.

  4. When import is complete a dialogue will display how many illustrations that were assigned to part assemblies.

    Ā 

Configuration

Configuration is within import.config.

<IllustrationsConfigs> <!-- Name of template --> <IllustrationsConfig config-name="Test"> <!-- Identity will be taken from file name based on regex --> <IdentityRegex>([A-Za-z0-9\--\s]+)[A-Za-z0-9\--\s_]*.[A-Za-z0-9\--\s]+</IdentityRegex> <!-- Persistent Identity will be taken from file name based on regex --> <PersistentIdentityRegex>([A-Za-z0-9\--\s]+)[A-Za-z0-9\--\s_]*.[A-Za-z0-9\--\s]+</PersistentIdentityRegex> <!-- Import will also try to match identity or persistent identity of illustration to identity or persistent identity of part assembly and assign if matching --> <PartAssemblyIllustrations enabled="true" delete-previous="true"> <Identity filename-regex="([A-Za-z0-9\--\s]+)[A-Za-z0-9\--\s_]*.[A-Za-z0-9\--\s]+" priority="20"/> <PersistentIdentity filename-regex="([A-Za-z0-9\--\s]+)[A-Za-z0-9\--\s_]*.[A-Za-z0-9\--\s]+" priority="10"/> </PartAssemblyIllustrations> </IllustrationsConfig> </IllustrationsConfigs>

Related articles

Ā 

Related content

Import or assign part images
Import or assign part images
More like this
Technical documentation - Import images
Technical documentation - Import images
More like this
How to add parts to a kit using Excel import
How to add parts to a kit using Excel import
More like this
Technical documentation - Changing columns in part assemblies
Technical documentation - Changing columns in part assemblies
More like this
Part assembly replace by copy in a catalogue
Part assembly replace by copy in a catalogue
More like this
Import using Excel
Import using Excel
More like this