LIST_ONLY Statement
- Last UpdatedDec 04, 2025
- 1 minute read
This statement makes the program behave as usual but the actual updating of the parts in the databank is switched off. This means that the resulting list will be created as usual but none of the position numbers have been set.
The only missing information in the lists compared to as "real" run is regarding existing position numbers that were not updated because this has not been requested by the OVERWRITE statement. Those will not be listed until you actually try to update position numbers.
Syntax:
|
LIST_ONLY |
[/SORT]; |
|
/SORT |
This attribute instructs the program that for each part type that is treated, print the parts after they have been sorted along with part specific sorting information (geometrical position or material quality code). This listed sequence is the basis for traversing the parts and assigning position numbers. This may be a useful source when tracking down differences in opinions between the supplied input rules and the returned result. This information is printed to the usual log file. |