Library Data (Package Files) *.pkg
Used extensively to share data across installations.
Maintains associativity between parts, assemblies, draft setups and drawings.
All data (parts, assemblies, etc) to be exported out MUST be checked into a Library. Data cannot be retrieved from a model file.
Export can be for check out or for reference only. (Copy is not an option.)
Once a export from one installation has been completed, all items listed in the package file will have a ‘Import/Export’ lock on them.
Always export to a directory specifically for Package File exports (otherwise, the file will go to your current working directory).
Exporting Library data creates a *.pkg file that is ONLY metadata about what is being exported. Therefore, if all the contents of a Library have been included in the export, along with the .pkg, all the .prt, .asm, etc. files must be sent. On UNIX a .tar file should be created to gather all these items and the .tar file is then sent to the new installation. |