Introduction: The Challenge of ArtCAM Files For years, Autodesk ArtCAM was the gold standard for CNC machining, woodworking, jewelry design, and sign making. Its proprietary file formats—most notably .art (ArtCAM Model) and .rlf (Relief File)—became the industry benchmark for 3D relief and vector data.
Vectric’s flagship software (Aspire and VCarve) can natively ArtCAM .art and .rlf files. While not a “viewer” per se, the import process opens the file as an editable model.
ESTLcam is a tiny, free Windows utility originally designed for STL files, but it can also open files (ArtCAM reliefs). It renders the surface as a shaded 3D model. artcam file viewer
Blender (free, open-source 3D suite) can import ArtCAM .rlf files as heightmaps. You write a script or use the “Images as Planes” method: convert the .rlf to a PNG (using a small tool like rlf2png ) and then displace a mesh.
But in 2018, Autodesk officially discontinued ArtCAM, leaving a global community of designers, machinists, and hobbyists with a critical problem: Introduction: The Challenge of ArtCAM Files For years,
| Original Format | Convert To | Why? | Recommended Tool | |----------------|------------|------|------------------| | .art (relief only) | STL (Standard Triangle Language) | 3D printing, CAM software | Vectric Aspire, FreeCAD + plugin | | .art (with vectors) | DXF or AI | 2D laser cutting, vinyl cutting | ArtCAM Viewer (export vectors) | | .rlf | PNG (heightmap) | Preserves depth data for any software | rlf2png (command line) | | Full .art project | STEP or IGES | CAD/CAM interoperability | No direct path – requires remodeling |
Before Autodesk killed ArtCAM, they released a free edition. This tool allowed read-only access to .art and .rlf files, including zoom, pan, rotate, and layer visibility. While not a “viewer” per se, the import
Several online file conversion tools now support ArtCAM files. You upload an .art file, and the server converts it to STL, which you can then view in any online STL viewer (e.g., 3DViewerOnline).