Import Standalone Tool

You can import SOLIDWORKS files to the CUSTOMTOOLS database without SOLIDWORKS by using the Import Standalone tool. Documents' reference data have to exist in the CUSTOMTOOLS database in order to be able to use features such as Open Drawing and Where Used properly.

The Import Standalone tool works like the Import feature which is included in the SOLIDWORKS add-in.

You can use CUSTOMTOOLS Import Standalone tool also for migrating from CUSTOMTOOLS 3.x to the newer versions without starting the SOLIDWORKS first.

Info NOTE: The Solid Edge file conversion is not supported in the Import Standalone feature.


Importing document data into the CUSTOMTOOLS database:

Import Imports selected files into the current CUSTOMTOOLS database.
Add Files Select the individual files to import into the database.
Add Folder Import all the files of the specified folder into the database.

Selected files or the files in selected folder appears into the Files to import list.
Load From File Loads the files into the Files to import list from the separate text file.

To load a failed job, locate the desired text file and click Open.
Save Failed Save the list of files which failed to be imported.
Delete Selected Removes the selected files from the Files to import list. The files that you remove will not be imported.

TIP: Hold down the Ctrl key and select the files to be removed from the list of the Files to Import list.
Clear List Clears the file list.
Cancel Operation Aborts the import process that has been already started.
Close Closes the Import dialog box.


Options:

Import drawings of 3D models The drawings related on the models are also imported.
Import revision data Imports existing revision data also with the documents.

NOTE: When you import the revision data of the document that already has a revision table, the existing revision data is compared with the imported data, so the revision data which appear into the revision table is the most recently added.
Options Opens the Define Advanced Drawings Settings dialog box which is used to define advanced importing options.
Revision Options Defines revision data migration settings.
Read CT3 custom property meta-data Reads the meta-data of the document custom properties which have been made with CUSTOMTOOLS 3.x versions.
Delete unused CT3 custom property meta-data Removes the un-necessary meta-data from the SOLIDWORKS document properties while importing documents which are made with the CUSTOMTOOLS version 3.x

Removing the un-necessary data from the document properites decreases the file size and saves space in the storage.

NOTE: The meta-data reading and deleting options are necessary only when migrating to from the CUSTOMTOOLS 3.x or older versions, to the CUSTOMTOOLS 2010 or newer versions.
Don't import referenced files that already exist in the database Files that reference data already exist in the CUSTOMTOOLS database are skipped on import process.
Open and save file in SOLIDWORKS Opens the imported file with SOLIDWORKS and then saves the file to ensure that the file version stays correct. This option should be selected when importing files which are the most recently saved with an older SOLIDWORKS version and the file versions are used to be updated while importing their data into the CUSTOMTOOLS database.
Don't process unmapped sheet formats Drawings which sheet format is not mapped to any revision table are skipped during the import process. Files which are skipped because of the missing sheet format mapping are marked in the list with the Error icon like in other error situations.

The Don't process unmapped sheet formats option is available only when importing the referring revision data of the documents.
SOLIDWORKS version to use Determines the SOLIDWORKS version to be used to execute the import with and to open the documents that require opening in SOLIDWORKS during the import process.


If the import process fails:

If the reference data import fails due to any reason, the user is prompted to continue the process from the state it was when the error occurred. A prompt to continue the failed import process appears when the Import command is performed next time after the process was failed.



Importing the read-only files:

Files that are in the read-only state can also be imported with the CUSTOMTOOLS Import feature. In that case, the import tool removes the read-only status from the files until the importing is done. After the import process is complete the read-only status is restored to the files that had it before the import process began.



Notes when importing revision data:

When you import the revision data of the document that already has a revision table, the existing revision data is compared with the imported data, so the revision data that appears into the revision table is the most recently added.



Use the Import Standalone Through the Windows Command Line:

The CUSTOMTOOLS Import Standalone feature could be used also through the Windows command line. The command line usage of the Import Standalone feature support the following parameters:

All parameters described in the following table should be used in association to the CustomImportSA.exe file which is located in your CUSTOMTOOLS installation folder.

Parameter Description
/d Use this parameter to open the model's referenced drawing in SOLIDWORKS. Without this parameter, the drawing(s) are also imported but they are not opened in SOLIDWORKS during the import process.
/f Determines the file(s) to be included in the import process. The files to be imported should be listed after the /f within the quotation marks ("). When importing several files, add all necessary files to the process with the /f <Filename> parameter. No separators are needed between the file parameters.
/s A parameter to start the import process.
/v Determines the SOLIDWORKS version to be used to import the files' data into the CUSTOMTOOLS database. SOLIDWORKS versions supported by the CUSTOMTOOLS 2018 Import Standalone Tool are SOLIDWORKS 2015 - 2018.

SOLIDWORKS version in the command line command is set by the SOLIDWORKS major version number. For example if the SOLIDWORKS version is set in the command like /v24, the SOLIDWORKS version 24 refers to the SOLIDWORKS 2016 major version with any service pack.
Example 1 - Import Single File
CustomImportSA.exe /f "C:\Workspace\SOLIDWORKS\SW2016\CT2016\ImportExample\000002.SLDPRT" /s /d /v23
 
The Example 1 command above adds a SOLIDWORKS part file called 000002.SLDPRT into the CUSTOMTOOLS import process and executes the import process using SOLIDWORKS 2015. A drawing related to the 000002.SLDPRT is included in the import process and the drawing is also opened in SOLIDWORKS 2015.
 
Example 2 - Import Many Files
CustomImportSA.exe /f "C:\Workspace\SOLIDWORKS\SW2016\CT2016\ImportExample\000002.SLDPRT" /f "C:\Workspace\SOLIDWORKS\SW2016\CT2016\ImportExample\000001.SLDPRT" /s /d /v24
 
The Example 2 command above adds a SOLIDWORKS part files called 000002.SLDPRT and 000001.SLDPRT into the CUSTOMTOOLS import process and executes the import process using SOLIDWORKS 2016. Drawing related to the parts imported are included in the import process and the drawing is also opened in SOLIDWORKS 2016.
Info NOTE: The example command in the table above, is used to be executed directly from the CUSTOMTOOLS installation folder. So to use a command similar than an example, you need first to navigate into your CUSTOMTOOLS installation folder in the Windows Command Prompt and then type the command like an example above.

While using the Import Standalone feature, the drawings are searched by the filenames from the folder the models are located in. Drawings with any special names are not included in the import process with the Import Standalone tool while it is being executed through the command line. If your drawings have some special file names, please use the CUSTOMTOOLS Import feature included in the CUSTOMTOOLS SOLIDWORKS Add-In, or run the graphical user interface of the Import Standalone feature.



SOLIDWORKS Version Options and Identifiers

Refer to the following list to determine the correct version of SOLIDWORKS to be used with the CUSTOMTOOLS Import Standalone tool.

SOLIDWORKS Version Description Command Line Parameter
<Use Default> Select this to use the version of SOLIDWORKS that you have set as the default program to open the SOLIDWORKS files.  
SOLIDWORKS 2015 Select this to use SOLIDWORKS 2015 version to open the SOLIDWORKS files. /v23
SOLIDWORKS 2016 Select this to use SOLIDWORKS 2016 version to open the SOLIDWORKS files. /v24
SOLIDWORKS 2017 Select this to use SOLIDWORKS 2017 version to open the SOLIDWORKS files. /v25
Info NOTE: The SOLIDWORKS versions available in the SOLIDWORKS version to use box in the in the Import dialog box depends on what SOLIDWORKS versions are installed in the workstation.

To use the default version of SOLIDWORKS associated to the SOLIDWORKS files, do not add the SOLIDWORKS version parameter at all into the command line command used to run the Standalone Import.





Related Topics

Advanced importing options
Migrating revision data from the CUSTOMTOOLS 3.x version
Open drawings referring to the selected component using the CUSTOMTOOLS Open Drawing feature
Find the component references using the CUSTOMTOOLS Where Used feature

Back to Top