3.3.6.1.1.  Key "poolpath" - Set storage path for 3Dfindit parts

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

See also:

You can use both the standard pool path and a library path from the Inventor project as pool path.

Default:

poolpath(isCreaOptNotSet)=?_FORMAT_0("$CADENAS_DATA/pool/inventor/<PREFIXLIST(/)>").value()

In order to change the standard pool path, do the following:

  1. Open the Projects dialog page in Inventor.

    Create a library with the desired export path for the 3Dfindit components.

    Apply library

    Apply library

    [Note]Note

    As long as the library keeps the same name (in this case "POOL"), different paths can be set on it in different projects.

  2. Open PARTadmin -> Category -> $CADENAS _SETUP -> ifadeskinv.cfg -> Block CreationOptions(is3d) -> Key poolpath(isCreaOptNotSet)

    Change the field entry:

    ?GetObject("iface.contextservice").GetVariable("UserApp").GetActiveProjectPath("POOL")

    (The library name is in the last bracket.)

    Or alternatively:

    ?GetObject("iface.contextservice").GetVariable("UserApp").GetActiveProjectPath("POOL")
    +GetObject("iface.calcnameservice").start(0).Format("/<PREFIXLIST(/)>").value()

    <PREFIXLIST(/)>: At projects with several prefixes these are automatically prefixed in the path, separated by a slash (e.g. Norm9 [Standards], Kernloch [Core diameter]).

    Change key for pool path in PARTadmin

    Change key for pool path in PARTadmin

  3. Now the library can be used as pool path.

    Library "POOL" is shown for selection

    Library "POOL" is shown for selection