SET-DETAIL-SKETCH-ID - Intergraph Smart Isometrics - Version 5 - UPDATED - Help - Hexagon

Piping Data Processor Help

Language
English
Product
Intergraph Smart Isometrics
Search by Category
Help
Isogen Version
13.0(2016)

Modifies the PDMS format of a detail sketch into the equivalent Alias format. In PDMS, each detail sketch is referenced in a -122 record (used for the Material List Definition). Then, a 5072 record is used with each component carrying a detail sketch, which contains the position in the list of -122 records (for example,1 indicates the first detail sketch in the list). The Alias format has the sketch identifier given as a string in a -78 record. No other option is currently supported.

SET-DETAIL-SKETCH-ID PDMS

DXF | DXF | SYM

You must set the FORMAT string to DXF, DWG, or SYM to get the syntax of the -78 record correct with the file extension appended.

The SET-DETAIL-SKETCH-ID command is used in conjunction with the CHANGE RECORD command to convert the 5072 records to -78 records. The full syntax to convert PDMS style detail sketch references to Alias format is shown below:

Changes the SKEY of the specified record.

Command Examples

Action to IDF Record

CHANGE RECORD '130' SKEY 'VV**' TO
SKEY 'VT**'

Change all 130 records with SKEY VV** to VT**.

CHANGE RECORD '130' SKEY '**CP' TO
SKEY '**SW'

Change all 130 records with SKEY **CP to **SW.

CHANGE RECORD '107' TO RECORD '105'

Change all 107 records to 105 records.

CHANGE RECORD '105' SKEY 'FLBL' TO
RECORD '107’

Change all 105 records with SKEY FLBL to 107 records.

CHANGE RECORD '105' SKEY 'FLFL' TO
SKEY 'FLBL'

Change all 107 records with SKEY FLFL to SKEY FLBL.

The software performs the changes in order, so you can concatenate them. For example, if you want to change 105 records with SKEY FLFL to 107 records with SKEY FLBL you can use:

CHANGE RECORD '105' SKEY 'FLFL' TO RECORD '107'
CHANGE RECORD '107' SKEY 'FLFL' TO SKEY 'FLBL'

CHANGE RECORD '5072' TO RECORD '-78'

SET-DETAIL-SKETCH-ID PDMS DWG