GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.
PLY (Polygon File Format / Stanford Triangle Format) is a file format for three-dimensional data primarily used in 3D scanning and computer graphics. Originally developed at Stanford University, it is characterized by its ability to flexibly describe not only shape information such as point clouds and polygon meshes but also attributes like color, normal vectors, and transparency. With a simple yet highly extensible structure, PLY is widely utilized across research and industrial applications, playing a key role in areas such as 3D modeling, visualization, reverse engineering, and digital preservation of cultural heritage.
PLY files are described in either text or binary format and primarily consist of two parts: a header section and a data section. The header section declares the file format (ASCII / Binary), the number of vertices and faces, and the properties included in each element (e.g., coordinates, color, normals). The data section stores the actual data for each vertex or polygon according to the order and type defined in the header. This clear self-describing structure ensures flexibility, allowing custom attributes to be added as needed for specific applications.
The PLY format is widely used for storing and exchanging point cloud data obtained from 3D scanners or photogrammetry, serving as an intermediate format for visualizing measurement results and verifying quality. In research and education, PLY is often used as a standard data format for algorithm evaluation. In industrial fields, it is applied in reverse engineering, quality inspection, and environmental recognition in robotics. Additionally, PLY plays a significant role in areas requiring long-term shape preservation, such as digital archiving of cultural heritage and architectural structures, as well as storing 3D models generated from medical imaging.
1. PLY sample.
2. PLY sample.

1. Open a PLY file in Microsoft 3D Builder.