SLDASM
From Just Solve the File Format Problem
(Difference between revisions)
(Add Infobox) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=3D and CAD/CAM Models | |subcat=3D and CAD/CAM Models | ||
|extensions={{ext|sldasm}} | |extensions={{ext|sldasm}} | ||
+ | |wikidata={{wikidata|Q28975882}} | ||
}} | }} | ||
− | '''SolidWorks Assembly Document''' is the file format used by SolidWorks to store a collection 3D parts, known as an assembly. Solidworks files | + | '''SolidWorks Assembly Document''' is the file format used by [[SolidWorks]] to store a collection 3D parts, known as an assembly. Solidworks files have used the [[Microsoft Compound File|MS Compound Document Format]] (CDF), but newer versions do not. |
== 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]] |
Latest revision as of 16:25, 17 January 2024
SolidWorks Assembly Document is the file format used by SolidWorks to store a collection 3D parts, known as an assembly. Solidworks files have used the MS Compound Document Format (CDF), but newer versions do not.
[edit] Libraries
- C#: SolidWorks API
- C#: OpenMCDF