AutoSketch
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
|||
| (One intermediate revision by one user not shown) | |||
| Line 4: | Line 4: | ||
|extensions={{ext|skd}}, {{ext|skf}} | |extensions={{ext|skd}}, {{ext|skf}} | ||
|pronom={{PRONOM|x-fmt/306}} | |pronom={{PRONOM|x-fmt/306}} | ||
| + | |wikidata={{wikidata|Q48803704}}, {{wikidata|Q140368155}} | ||
}} | }} | ||
| − | '''AutoSketch''' is a discontinued 2D vector graphics and CAD program from Autodesk. | + | '''AutoSketch''' is a discontinued (2016) 2D vector graphics and CAD program from Autodesk. |
| − | It has native '''.skd''' and '''.skf''' file formats. '''. | + | It has native '''.skd''' and '''.skf''' file formats. Both are proprietary binary formats. '''.skt''' is also used as a template extension. |
== Identification == | == Identification == | ||
| − | '''.skd''' files are | + | '''.skd''' files are generated by DOS versions 1-3 and Windows version 2.x of AutoSketch and begin with ASCII "{{magic|AutoSketch drawing database}}".<br> |
| + | '''.skf''' files are generated by Windows versions 5-10 of AutoSketch and begin with the Hex Values <code>0A000000000B0334</code> then two bytes indicating version. | ||
== Sample files == | == Sample files == | ||
| Line 17: | Line 19: | ||
== Links == | == Links == | ||
* [[Wikipedia: AutoSketch]] | * [[Wikipedia: AutoSketch]] | ||
| + | * [https://web.archive.org/web/20040528172325/http://adeskftp.autodesk.com:80/prodsupp/retail/patches/sketch/sk_21fc.exe Special AutoSketch Version 2.1 for converting older SKD files to version 2.1 so they can be opened with AutoSketch 5 and later.] | ||
| + | |||
[[Category:3D and CAD/CAM Models]] | [[Category:3D and CAD/CAM Models]] | ||
[[Category:Autodesk]] | [[Category:Autodesk]] | ||
Latest revision as of 00:20, 28 June 2026
AutoSketch is a discontinued (2016) 2D vector graphics and CAD program from Autodesk.
It has native .skd and .skf file formats. Both are proprietary binary formats. .skt is also used as a template extension.
[edit] Identification
.skd files are generated by DOS versions 1-3 and Windows version 2.x of AutoSketch and begin with ASCII "AutoSketch drawing database".
.skf files are generated by Windows versions 5-10 of AutoSketch and begin with the Hex Values 0A000000000B0334 then two bytes indicating version.