SLDPRT
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Microsoft Compound File) |
Dan Tobias (Talk | contribs) |
||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=3D and CAD/CAM Models | |subcat=3D and CAD/CAM Models | ||
− | |extensions={{ext|sldprt}} | + | |extensions={{ext|sldprt}}, {{ext|prt}} |
+ | |wikidata={{wikidata|Q28975881}} | ||
}} | }} | ||
− | '''SolidWorks Part Document''' is the file format used by SolidWorks to store 3D parts. Solidworks files use the [[Microsoft Compound File|MS Compound Document Format]] (CDF). | + | '''SolidWorks Part Document''' is the file format used by SolidWorks to store 3D parts. Solidworks files use the [[Microsoft Compound File|MS Compound Document Format]] (CDF). Early versions had a .prt extension, despite this being used for a number of [[PRT|other formats]], but this was later changed to .sldprt. |
== Libraries == | == Libraries == | ||
* C#: [https://www.solidworks.com/sw/support/api-support.htm SolidWorks API] | * C#: [https://www.solidworks.com/sw/support/api-support.htm SolidWorks API] | ||
* C#: [http://sourceforge.net/projects/openmcdf/ OpenMCDF] | * C#: [http://sourceforge.net/projects/openmcdf/ OpenMCDF] | ||
+ | |||
+ | == Links == | ||
+ | * [https://www.kubotek3d.com/blog/prt-the-legacy-3d-cad-format Discussion of the various PRT formats] | ||
[[Category:Microsoft Compound File]] | [[Category:Microsoft Compound File]] |
Revision as of 20:42, 12 July 2020
SolidWorks Part Document is the file format used by SolidWorks to store 3D parts. Solidworks files use the MS Compound Document Format (CDF). Early versions had a .prt extension, despite this being used for a number of other formats, but this was later changed to .sldprt.
Libraries
- C#: SolidWorks API
- C#: OpenMCDF