Jump to content

LogFlatnessFailPOI

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (LogFlatnessFailPOI – created via PowerShell script (2025-11-11T21:12:05Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: LogFlatnessFailPOI
Function Description: Logs POIs whose flatness exceeds a specified threshold to the POI‑FlatnessFail log file.
File Location: cmm.DCSFunctions.lua
Syntax: CMM.LogFlatnessFailPOI( table POI , number or nil MaxFlatness )
Return Value:
Parameters: Name Description
POIPOI table
MaxFlatnessNumber value in meters of maximum height difference for an area [DEFAULT: 75]
Example: CMM.LogFlatnessFailPOI(CMM.MISSION.POI], 80)
Example Description: Records the POI name and grid if its flatness is ≥ 80 m.
Related Functions:
Notes: