A geometric illustration of an open box with a cube inside, using black and light gray colors.

Point Cloud File Formats

Point cloud data is fundamental for representing 3D environments captured by scanners like LiDAR, photogrammetry, and structured light sensors. The choice of file format often depends on the type of data (structured vs. unstructured, classified points), the software being used, and the desired level of detail and attributes.

Below is a comprehensive list of common point cloud file formats and their general export/import compatibility with various design softwar

How Point Clouds Are Created:

Point clouds are primarily generated using “reality capture” technologies

Export/Import Into Various Design Software:

The direct import capabilities vary significantly between software. Often, an intermediate step involving a dedicated point cloud processing software (like Autodesk ReCap or CloudCompare) is required to convert or optimize the data before importing into a design application.

Here's a general guide for popular design software:

Autodesk Revit Import:

Autodesk Autocad (and Civil 3D) Import:

Autodesk Navisworks Import

Rhinoceros (Rhino 3D) Import

Rhinoceros (Rhino 3D) Export

xyz, .csv, and often .e57 or .las through plugins or specific commands.

Blender Import

Blender Export

.ply & .xyz

Cloudcompare Import

This is a free, open-source 3D point cloud and mesh processing software. It's a highly versatile tool and can import almost all common point cloud formats, including:
.e57, .las, .laz, .pts, .ptx, .xyz, .ply, .pcd, .obj as point clouds or meshes

Cloudcompare Export

CloudCompare can also export to a wide range of formats, making it an excellent intermediary for converting between formats that different software prefer.

Autodesk Ecosystem:

For Revit, AutoCAD, and Navisworks, the Autodesk ReCap Pro software is crucial. It acts as an indexing and optimization tool, converting various raw point cloud formats into the efficient .rcp/.rcs format that these Autodesk products can then link.

Large Datasets:

For very large point clouds, the choice of format and the processing software becomes even more critical for performance. Indexed formats (like .rcp/.rcs) or streaming formats are often preferred.

Attributes:

If you need to retain specific attributes like intensity, color, or classification, ensure the chosen file format supports them and that the export/import process preserves them.

Coordinate Systems:

Always pay close attention to coordinate systems when exporting and importing point clouds to ensure correct alignment in your design software.

Always check official software documentation for the latest information on supported formats

General Workflow Considerations