ArtCAM, originally developed by Autodesk and now continued by Hexagon, was the gold standard for artistic CAD/CAM modeling—particularly for CNC routing, woodworking, jewelry design, and sign making. However, if you receive an .art or .3dart file but don’t own a license for ArtCAM, you cannot simply double-click it to see the model.
Q: Can I view ArtCAM files on a Mac?
A: Not natively. Use Windows virtual machine (VMware, Parallels) or Boot Camp, then install Carveco Viewer. artcam file viewer
| Offset Range | Likely Content |
|--------------|----------------|
| 0x00-0x0F | File header (DELCAM_ARTCAM magic bytes) |
| 0x10-0x1F | Version number and file size |
| 0x20-0x200 | Metadata: units (mm/inch), relief dimensions (X,Y pixels) |
| Variable | Relief bitmap block – raw 16-bit unsigned short grayscale values (0–65535) |
| After relief | Vector layer table – records of polyline/bezier paths |
| End | Toolpath metadata (optional) | How to View ArtCAM Files Without the Original
Quality Control: Verifying that a relief hasn't been corrupted. Example: 1
If you are specifically dealing with old ArtCAM Project files (
It’s unlikely. Autodesk has completely abandoned the product line. However, the open-source community is slowly reverse-engineering the .art format. Projects like libartcam (inactive) and python-artcam (experimental) can read relief data but not toolpaths.