powered by CADENAS

Manual

Manual

2.2.2.3.2. Pool path for standard parts with reuse of v8.1 pool

In PARTsolutions V9 standard parts are stored in the pool in the "NORM9" directory by default

In version 8.1 standard parts have been stored in the "NORM8" directory.

Provided you decided to reuse the already existing V8.1 pool further on the "NORM8" directory shall be used.

[Important] Important

Therefor in the poolpath key the "RepSeq("NORM9,NORM8")" option has to be set.

"RepSeq" ,means "Replace Sequence": So NORM8 is used and not NORM9.

Example 1 (flat pool + NORM8 usage)

poolpath(isCreaOptNotSet)=?GetObject("iface.calcnameservice").start(0).
Format("$CADENAS_DATA/pool/cadname").RepSeq("NORM9,NORM8").value()

Example 2 (pool with subdirectories + NORM8 usage)

poolpath(isCreaOptNotSet)=?GetObject("iface.calcnameservice").start(0).
Format("$CADENAS_DATA/pool/cadname/<PREFIXLIST(/)>").RepSeq("NORM9,NORM8").value()