2.3.10.1.1.  Key "poolpath" - Set storage path for PARTsolutions parts

In the poolpath key, you set the directory in which all components created by PARTsolutions are saved.

Examples

Default: Pool with subdirectories for standard and manufacturer catalogs (e.g. norm9, irgendein_katalog_name.):

poolpath(isCreaOptNotSet)=?_FORMAT_0("C:/cadenas/partsolutions/data/pool/solidworks/
 <PREFIXLIST(/)>").value()

Prefixes in file name:

<PREFIXLIST(_)>

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 or catalog name can become part of the file name so that identical parts from different catalogs are differentiated. See the information under the "FileName" key. For details, see Setting the Section 2.2.7, “Set file name ("FileName" key) and pool path ("poolpath" key) ”.

poolpath(isCreaOptNotSet)=?_FORMAT_0("C:/cadenas/partsolutions/data/pool/solidworks")
 .value()