powered by CADENAS

Manual

Manual

2.1.5.2. Class tree - classstruct.txt

The file classstruct.txt contains the data for the assembly of the class structure (tree).

The file must contain the following columns:

  • CLASS_UE contains the class name of the highest level.

  • CLASS_UN contains the class name of the next lower level.

    Following this pattern, more levels can be added.

    If you wanted to lower the "hexagonal nut" in the example below, set this in the CLASS_UE column and then the class name of the next level under CLASS_UN.

  • MODE (optional, only if the launch occurs via "-update")

    You can enter the following values in this case:

    • add: the corresponding class is newly added (also via launching "-new")

    • del: The respective class is deleted in the 23dlibs directory, the pool data is unaffected.

      If you also want to delete the pool data, make the following setting:[2]

      [CLASSIMPORT]
      DELETEPOOLFILES=1 | 2| 3

      • 0: (default) In no case referenced data in the pool is deleted.

      • 1: In any case all referenced data in the pool is deleted!!

        When maintaining several native catalogs then during deleting all same-named data in other catalogs are also deleted. In the current catalog the index is also deleted, in other catalogs not.

      • 2: Referenced data in the pool is not deleted if a same-named class exists anywhere in the catalog.

      • 3: Referenced data in the pool is not deleted if a same-named class exists anywhere in any of your native catalogs.

        This option is clearly more time consuming then the others.

classstructure.txt

classstructure.txt

According to this structure the display of the part selection in PARTdataManager occurs after you imported the data.

PARTdataManager - Part selection

PARTdataManager - Part selection



[2] as of V9.03