Our 3D CAD supplier models have been moved to 3Dfindit.com, the new visual search engine for 3D CAD, CAE & BIM models.
You can log in there with your existing account of this site.
The content remains free of charge.
![]() |
2.2.2.3. Reuse the
V8.1 pools after migration to V9
2.2.2.3.2. Pool path
for standard parts with reuse of v8.1 pool
|
|
---|---|
Prev | Next |
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 |
---|---|
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()