ADD
- Last UpdatedAug 19, 2024
- 2 minute read
|
Function: |
Adds named elements to the list of elements to be processed by the next CHECK or DETAIL command. |
|
Description: |
The elements to be checked or detailed by Isodraft can be defined before giving a CHECK or DETAIL command by setting up a Detail List. You add elements to the list using the ADD command and remove them using the REMOVE command. (The REMOVE command is often used to remove members of an owning element such as Site or Zone which have been added.) The next CHECK ALL or DETAIL ALL command will then process all the elements in the Detail List. |
|
If a Pipe is detailed with repeatability on, split points can be stored in the Design database. As such, individual sheets can be added to the Detail List. See the REPEATABILITY command. |
|
|
Examples: |
ADD /ZONE2 /PIPE3-2 Adds Zone 2 and PIPE3-2 to the Detail List. ADD SHEE 2 /PIPE-2 Adds sheet 2 of PIPE-2 to the Detail List. |
|
ADD SHEE SING /PIPE2 Adds /PIPE-2 to the Detail List, and specifies that the isometric will be plotted on a single sheet. ADD SPOO 2 /PIPE-4 Adds spool 2 of /PIPE-4 to the Detail List. |
|
|
ADD SPOO 2 OF 3 /PIPE-4 Adds spool 2 of sheet 3 of /PIPE-4 to the Detail List. This form of the command can only be used in conjunction with SPOOLNUMBERS PERDRAWING. ADD SPOO ‘SPOO20’ /PIPE-5 Adds the spool identified by the text SPOO20 of /PIPE-5 to the Detail List. |
|
|
Related Commands: |
REMOVE CHECK DETAIL REPEATABILITY |
|
Command Syntax: |
|
|
.----<---------------------------------------------. / | >- ADD --*-- <gid> -------------------------------------------| | | |-- SHEETNumber --+-- integer --. | | | | | | '-- SINGle ---+------------. | | | | ‘-- SPOOl ---+-- integer --.-- OF integer --| | | | | | | '-----------------| | | | | ‘-- text -----------------------+-<gid>-+-> |
|
|
Restrictions: |
The maximum number of element identifiers allowed in an Add List is 100. The maximum number of items for any single pipe (sheets or spools) is 20. You can only add sheets for a Pipe which has previously been detailed with REPEATABILITY on, so that split points have been stored in the Design database. See the REPEATABILITY command. |
|
Querying: |
Q DETaillist Lists contents of both Add and Remove lists. |