SurfaceManager
Description
The SurfaceManager
object lists the surfaces in a radar scenario,
radarScenario
. You
can enable or disable occlusion by surfaces in the radar scenario. The occlusion
object
function determines if any surfaces occlude the line of sight between two points. Use the
height
object
function to query the height of surfaces at any location in the scenario.
Creation
Use the landSurface
object
function to create LandSurface
objects.
Use seaSurface
object
function to create SeaSurface
objects.
Obtain the SurfaceManager
object from the SurfaceManager
property of the radarScenario
object.
Properties
Examples
Version History
Introduced in R2022a
See Also
landSurface
| LandSurface
| seaSurface
| SeaSurface
| radarScenario