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.
2.3.5.1. Block
[CreationOptions(is3d)]
2.3.5.1.1.
Key
"poolpath" - Set storage path for PARTsolutions parts
|
|
---|---|
Prev | Next |
In the key poolpath, set the directory where all parts created by PARTsolutions shall be stored.
You can use both the standard pool path and a library path from the Inventor project as pool path.
poolpath(isCreaOptNotSet)=?_FORMAT_0("$CADENAS_DATA/pool/inventor/<PREFIXLIST(/)>").value()
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 [Standards], Kernloch [Core diameter]).
Now the library can be used as pool path.