SLDASM
From Just Solve the File Format Problem
(Difference between revisions)
(Create initial page with description and a few links) |
(Add Infobox) |
||
Line 1: | Line 1: | ||
− | '''SolidWorks Assembly Document''' | + | {{FormatInfo |
+ | |formattype=electronic | ||
+ | |subcat=3D and CAD/CAM Models | ||
+ | |extensions={{ext|sldasm}} | ||
+ | }} | ||
+ | '''SolidWorks Assembly Document''' is the file format used by SolidWorks to store a collection 3D parts, known as an assembly. Solidworks files use the 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] |
Revision as of 06:00, 17 August 2017
SolidWorks Assembly Document is the file format used by SolidWorks to store a collection 3D parts, known as an assembly. Solidworks files use the MS Compound Document Format (CDF).
Libraries
- C#: SolidWorks API
- C#: OpenMCDF