GM_LidarExtractFlags_t32 Enumeration |
Define flags for non-ground setup
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public enum GM_LidarExtractFlags_t32

Member name | Value | Description | |
---|---|---|---|
LidarExtract_CreateSideWalls | 1 | Create side walls for 3D building outlines | |
LidarExtract_SaveDebugInfo | 2 | Save any debug layers | |
LidarExtract_CreateSeparateRoofPieces | 4 | Create separate roof pieces if the angle or plane height changes dramatically instead of one building per cluster. | |
LidarExtract_CreateTreePolygons | 8 | Extract tree coverage areas | |
LidarExtract_SmoothTreePolygons | 16 | Smooth the tree coverage area polygons | |
LidarExtract_BestFitPlaneForRoofPieces | 32 | If creating separate roof pieces, use a best fit plane of the roof points to get the elevations to assign rather than nearest point | |
LidarExtract_CreateBuildingAsMesh | 64 | Create 3D model (mesh) for buildings rather than 3D areas | |
LidarExtract_CreateFootprints | 128 | Create footprints | |
LidarExtract_HideProgress | 256 | Hide progress dialog (and don't call callback) |

Reference
GlobalMapper.Lidar
Namespace