Dans la clé poolpath, vous définissez le répertoire dans lequel tous les composants créés par 3Dfindit seront enregistrés.
Vous pouvez utiliser le chemin du pool par défaut ou utiliser un chemin de bibliothèque du projet Inventor comme chemin du pool.
poolpath(isCreaOptNotSet)=?_FORMAT_0("$CADENAS_DATA/pool/inventor/<PREFIXLIST(/)>").value()
Pour définir un chemin de bibliothèque, procédez comme suit :
Dans Inventor, ouvrez la page de dialogue Projets.
Legen Sie eine Bibliothek mit dem gewünschten Exportpfad für die 3Dfindit-Bauteile an.
Ouvrez PARTadmin -> Catégorie -> $CADENAS_SETUP -> ifadeskinv.cfg -> Block CreationOptions(is3d) -> clé poolpath(isCreaOptNotSet)
?GetObject("iface.contextservice").GetVariable("UserApp").GetActiveProjectPath("POOL")(Le nom de la bibliothèque est indiqué dans la dernière parenthèse).
?GetObject("iface.contextservice").GetVariable("UserApp").GetActiveProjectPath("POOL") +GetObject("iface.calcnameservice").start(0).Format("/<PREFIXLIST(/)>").value()<PREFIXLIST(/)> : Pour les projets qui possèdent plusieurs préfixes, ceux-ci sont automatiquement insérés dans le chemin avec un slash (par ex. Norm9, Kernloch).
La bibliothèque peut maintenant être utilisée comme chemin de pool.


![[Remarque]](https://webapi.partcommunity.com/service/help/latest/pages/fr/partsolutions_admin/doc/images/note.png)

