1.5.7.2.1. 3Dfindit pool path

With the Inventor interface, you can use both the standard pool path and a library path from the Inventor project as the pool path.

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, Kernloch).

    Change key for pool path in PARTadmin

    Change key for pool path in PARTadmin

  3. The library can now be used as a pool path.

    Library "POOL" is shown for selection

    Library "POOL" is shown for selection