Click or drag to resize

GM_LidarExtractFlags_t32 Enumeration

Define flags for non-ground setup

Namespace:  GlobalMapper.Lidar
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
public enum GM_LidarExtractFlags_t32
Members
  Member nameValueDescription
LidarExtract_CreateSideWalls1Create side walls for 3D building outlines
LidarExtract_SaveDebugInfo2Save any debug layers
LidarExtract_CreateSeparateRoofPieces4Create separate roof pieces if the angle or plane height changes dramatically instead of one building per cluster.
LidarExtract_CreateTreePolygons8Extract tree coverage areas
LidarExtract_SmoothTreePolygons16Smooth the tree coverage area polygons
LidarExtract_BestFitPlaneForRoofPieces32If creating separate roof pieces, use a best fit plane of the roof points to get the elevations to assign rather than nearest point
LidarExtract_CreateBuildingAsMesh64Create 3D model (mesh) for buildings rather than 3D areas
LidarExtract_CreateFootprints128Create footprints
LidarExtract_HideProgress256Hide progress dialog (and don't call callback)
See Also