# LASLib.Net **Repository Path**: JuValka-dev/LASLib.Net ## Basic Information - **Project Name**: LASLib.Net - **Description**: 用最烂的方式读取LAS二进制点云文件 JuValka.LASLib.Net.dll - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-08 - **Last Updated**: 2021-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LASLib.Net 用最烂的方式读取LAS二进制点云文件 JuValka.LASLib.Net.dll 例子: LASReader reader = new LASReader(); LAPoint point= reader.GetPoint(las);