powered by CADENAS

Manual

Manual

2.5.7.2.1.  PARTsolutions pool path

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

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

  1. In the Inventor, open the Projects dialog page.

    Apply a library with the desired export path for the PARTsolutions parts.

    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 pool path(isCreaOptNotSet)

    Change the field entry:

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

    (In the last brackets there is the library name.)

    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