Import piping design files using the command line - Intergraph Smart Isometrics - Help - Hexagon PPM

Intergraph Smart Isometrics Help

Language
English
Product
Intergraph Smart Isometrics
Search by Category
Help
SmartPlant Foundation / SDx Version
10
I-Configure Version
6.0(2016)
Isogen Version
13.0(2016)
Smart Isometrics Version
7.2
Spoolgen Version
9.2

You can use the command line to import piping data into the software. Optionally, you can also use command line options to specify the isometric directory and project.

  1. Open the Command Prompt window.

  2. Type the required command line parameters, where /isodirectory and /project specify the isometric directory and project location in which the file is saved after import. For example, type:

    "Smart Isometrics.exe" /import "C:\SampleIsoDir\SpoolgenProject\Imports\SG-T1.IDF" /isodirectory C:\SampleIsoDir /project PipingIsos

  3. Press Enter.

    The software imports the file and saves it to the target isometric directory and project that you specified in the command line parameters.

  • To display the Command Prompt window, click the Start button, and then type command in the Search box. Select Command Prompt in the search results listing.

  • The software accepts either / or -. For example, you can type /import or -import.

  • When specifying a file, you must include the full path location and filename.

  • You can specify multiple files on the command line. However, you must specify the full path location and filename for each file. In the following example, four files are to be imported: SG-T1.idf, SG-T2.idf, SG-T3.idf, and SG-T4.idf.

    "Smart Isometrics.exe" /import "C:\SampleIsoDir\SpoolgenProject\Imports\SG-T1.IDF" "C:\SampleIsoDir\SpoolgenProject\Imports\SG-T2.IDF" "C:\SampleIsoDir\SpoolgeProject\Imports\SG-T3.IDF" "C:\SampleIsoDir\Spoolgen\Imports\SG-T4.IDF" /isodirectory C:\SampleIsoDir /project PipingIsos

  • The software opens after the command is executed. To keep the software from opening, use the /silent command line option.