1.1. Section [CreationOptions(is3d)...] - Key "poolpath"

In the key poolpath, set the directory where all parts created by PARTsolutions shall be stored.

On this also see:

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. 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 [Standards], Kernloch [Core diameter]).

    Change key for pool path:

    [CreationOptions(is3d)...]
    poolpath(isCreaOptNotSet) = ?GetObject("iface.contextservice").GetVariable("UserApp").
     GetActiveProjectPath("POOL")
  3. Now the library can be used as pool path.

    Library "POOL" is shown for selection

    Library "POOL" is shown for selection