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.3.9.1. Block
[CreationOptions(is3d)]
2.3.9.1.1.
Key
"poolpath" - Set storage path for PARTsolutions parts
|
|
---|---|
Prev | Next |
In the key poolpath, set the directory where to store all parts created by PARTsolutions.
Default: Pool with subdirectories for standard and supplier catalogs (e.g. norm9, any_catalog_name.):
poolpath(isCreaOptNotSet)=?_FORMAT_0("C:/cadenas/partsolutions/data/pool/solidworks/ <PREFIXLIST(/)>").value()
For projects that contain more than one prefix, these are automatically inserted into the file name with underscore as separator (e.g. Norm9, core hole)
Flat pool for standard and supplier catalogs:
Alternatively a flat pool without subdirectories can also be used: If desired, in this case the "directory name/catalog name" can be part of the file name, so that identical parts from different catalogs can be differentiated. On this compare under key "FileName". Detailed information on this can be found under Section 2.2.2, “Set file name ("FileName" key) and pool path ("poolpath" key) ”.
poolpath(isCreaOptNotSet)=?_FORMAT_0("C:/cadenas/partsolutions/data/pool/solidworks") .value()