Laser scanners cannot convert directly to CAD on their own — they produce point clouds, not the line-based drawings CAD software uses
A laser scanner captures millions of 3D coordinates (a point cloud) of a physical object or space. CAD software works with vectors, surfaces, and solid models made of lines, arcs, and planes. The scanner outputs raw data; CAD requires interpreted geometry. You need software in between to translate one format into the other, and that translation step always involves human decisions about what the design actually is.
The workflow is: scanner → point cloud file (usually .las, .xyz, or .e57) → processing software → CAD-ready geometry → CAD process. Some vendors bundle processing tools with their scanners, which can make the path feel seamless, but the conversion is still a separate step, not automatic.
Key Takeaways
- Laser scanners produce point clouds (millions of individual 3D points), while CAD software requires line-based geometry, so direct conversion is not possible.
- You need dedicated processing software to convert point clouds into surfaces or solid models that CAD programs can use.
- Some scanner manufacturers include processing software in their packages, but you still choose the conversion settings and review the results.
- The quality of the CAD output depends on scanner accuracy, the density of the point cloud, and how well the processing software interprets the geometry.
- For straightforward objects, basic processing tools work; for complex shapes or tight tolerances, you may need specialized software or manual CAD work afterward.
What a laser scanner actually produces
A laser scanner measures distance by timing how long a laser pulse takes to bounce back from a surface. It does this thousands or millions of times per second, building a dense cloud of 3D coordinates. Each point has an X, Y, and Z value. The scanner does not know what the object is — it just knows where surfaces are.
The output file is a point cloud: a text or binary file listing coordinates, sometimes with color or intensity values. Common formats include .las (the industry standard for surveying and construction), .xyz (plain text), .e57 (3D imaging standard), and vendor-specific formats like Leica's .ptx or Faro's .fls. None of these are CAD files. They are raw measurement data.
Why point clouds are not CAD geometry
CAD files contain objects: a line from point A to point B, a circle with a center and radius, a surface defined by a mathematical equation, a solid box with dimensions. These are interpreted shapes. A point cloud contains no interpretation — just coordinates.
Converting a point cloud to CAD means deciding what the geometry actually is. Is that cluster of points a flat wall, a curved surface, or a rough texture? Should the CAD model be a straightforward plane, a fitted surface, or a detailed mesh? Should you trace edges by hand, or let software find them automatically? These are design choices, not automatic translations. The software can help, but it cannot read your intent.
Processing software: the middle step
You use dedicated software to convert point clouds into CAD-ready geometry. Common tools include Autodesk ReCap, CloudCompare (free, open-source), Leica Cyclone, Faro Scene, and 3D Systems Geomagic. These programs let you clean the point cloud, remove noise, segment it into regions, and fit surfaces or solids to those regions.
The workflow in processing software typically looks like this: import the point cloud, remove outliers or unwanted data, identify flat planes or curved surfaces, fit geometry to those regions, export as a format CAD software understands (usually .step, .iges, or a native CAD format). Some software can automate parts of this — for example, automatically detecting and fitting planes to walls in a building scan — but you still review and adjust the results.
The output is usually a mesh (a surface made of triangles), a NURBS surface (a smooth mathematical surface), or a solid model. You then import this into your CAD process and use it as a reference or starting point for your design.
Scanner packages that include processing tools
Many laser scanner manufacturers bundle processing software with their hardware. Leica scanners come with Cyclone; Faro scanners include Scene; Trimble scanners work with Trimble Business Center. These tools are designed to work with that manufacturer's point cloud format and often include CAD export options.
This bundling can make the workflow feel direct — you scan, open the processing software, and export to CAD — but you are still running a separate conversion step. The advantage is that the software is optimized for the scanner's output and often includes industry-specific templates (for construction, surveying, or reverse engineering). The disadvantage is that you are locked into that vendor's ecosystem unless you also buy third-party software.
Accuracy and quality factors
The quality of your final CAD model depends on three things: the scanner's accuracy, the density of the point cloud, and how well the processing software interprets the geometry.
Scanner accuracy is typically stated as a distance error — for example, ±5 mm at 10 meters. This is the uncertainty in each individual point. A high-accuracy scanner (±2 mm or better) is necessary if you need tight tolerances in your CAD model; a lower-accuracy scanner (±10 mm or more) is fine for rough documentation or visualization.
Point density is how many points per unit area the scanner captures. A dense cloud (millions of points) gives the processing software more information to work with and usually produces better geometry. A sparse cloud may miss small details or produce rough surfaces. Density depends on the scanner's resolution and the distance to the object.
Processing quality depends on the software's ability to recognize and fit geometry. Flat surfaces are straightforward; complex curves, sharp edges, and small details are harder. Some software includes manual tools so you can adjust the fitted geometry by hand if the automatic fit is wrong.
When you need manual CAD work after conversion
For straightforward objects — a building facade, a pipe run, a flat surface — processing software can produce usable CAD geometry with little manual work. For complex shapes, tight tolerances, or designs that need to be clean and parametric, you often need to refine the CAD model by hand after conversion.
Common reasons to do manual work: the automatic surface fit does not match the design intent, small details were lost in the point cloud, edges need to be sharp or precise, or the CAD model needs to be parametric (with dimensions and constraints) rather than just a shape. In these cases, the point cloud becomes a reference layer in your CAD software, and you redraw the geometry on top of it.
This is especially common in reverse engineering, where you are trying to recreate a design from a physical object. The point cloud shows you what the object looks like; you then decide what the design should be and draw it in CAD.
Frequently Asked Questions
Can I import a point cloud directly into AutoCAD or Revit?
Yes, both programs can import point clouds (.las, .e57, and other formats), and they will display them as a reference. However, the point cloud is not CAD geometry — it is a visual background. You still need to draw or model the actual geometry on top of it. Some Revit plugins can automate parts of this for building scans, but the conversion is not automatic.
What is the cheapest way to convert a point cloud to CAD?
CloudCompare is free and open-source and can handle basic point cloud processing and export to common formats. For more automated conversion, Autodesk ReCap is relatively affordable and works with many scanner types. If your scanner came with processing software, use that first — you have already paid for it.
How long does it take to convert a point cloud to a usable CAD model?
For a straightforward scan with good geometry, processing software can produce a CAD-ready model in minutes to hours. For complex shapes or if you need to refine the geometry by hand, it can take days or weeks. The time depends on the object's complexity, the point cloud density, and how precise your CAD model needs to be.
Do I need a high-accuracy scanner to get good CAD output?
It depends on your tolerance. For documentation, visualization, or rough reverse engineering, a mid-range scanner (±5 to 10 mm accuracy) is usually enough. For manufacturing, engineering, or quality control, you need higher accuracy (±2 mm or better). The processing software can only work with the accuracy the scanner provides.
Can processing software automatically recognize what an object is?
Software can automatically detect flat planes, cylinders, and other straightforward geometric primitives, and it can fit surfaces to curved regions. It cannot understand the design intent — whether a surface should be smooth or textured, whether an edge should be sharp or rounded, or what the object is supposed to do. You always need to review and often adjust the automatic results.