LogFlatnessFailPOI
Appearance
| 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 |
| POI | POI table | |
| MaxFlatness | Number 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: | ||