Our 3D CAD supplier models have been moved to 3Dfindit.com, the new visual search engine for 3D CAD, CAE & BIM models.
You can log in there with your existing account of this site.
The content remains free of charge.
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:
In the Inventor, open the Projects dialog page.
Apply a library with the desired export path for the PARTsolutions parts.
Note | |
---|---|
As long as the library keeps the same name (in this case "POOL"), different paths can be set on it in different projects. |
Open PARTadmin -> Category -> $CADENAS_SETUP -> ifadeskinv.cfg -> Block CreationOptions(is3d) -> key pool path(isCreaOptNotSet)
?GetObject("iface.contextservice").GetVariable("UserApp").GetActiveProjectPath("POOL")
(In the last brackets there is the library name.)
?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).
The library can now be used as a pool path.