Hello,
I have 3 questions regarding API specifics of rural propagation with rays tracing models:
1: With Standard Raytracing propagation model, I has the following setting:

but in „int Model_RAYTRACING::GroundInteractions”, it says „Allow ground interactions (reflections, and diffractions) in case of vector databases (*.tdv databases). Set to '1' to enable it.”
So apparently 1 field for 2 separate checkboxes? What if I want to eanble one and disable the other on the UI?
2:
-"int Model_RAYTRACING::IgnoreAdditionalTransm", "int Model_RAYTRACING::IgnoreAdditionalDiffr", "int Model_RAYTRACING::IgnoreAdditionalScatt".
These 3 fileds are all checkboxes on the UI, but the description talks about setting number of reflections, or -1.
Am I correct to assume these are 0/1 int fileds (like all checkboxes), and the description is talking about the „int Model_RAYTRACING::MaxNrReflections” field, when says „Set to the number of reflections for which additional transmissions are allowed, -1 to disable.”?
3:
-With Shooting and Bouncing rays, The UI has a „ray density” part: I don’t find the „Gain adaptation” field in the API. Are the rest of the below mappings correct?

Thank you.