SLDPRT
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Microsoft Compound File) |
|||
Line 4: | Line 4: | ||
|extensions={{ext|sldprt}} | |extensions={{ext|sldprt}} | ||
}} | }} | ||
− | '''SolidWorks Part Document''' is the file format used by SolidWorks to store 3D parts. Solidworks files use the 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). |
== 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] | ||
+ | |||
+ | [[Category:Microsoft Compound File]] |
Revision as of 16:44, 18 August 2017
SolidWorks Part Document is the file format used by SolidWorks to store 3D parts. Solidworks files use the MS Compound Document Format (CDF).
Libraries
- C#: SolidWorks API
- C#: OpenMCDF