SurfaceManager
Description
The SurfaceManager object lists the surfaces in a radar scenario,
        radarScenario. You
      can enable or disable occlusion and multipath interactions from 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 the seaSurface object
      function to create SeaSurface objects.
      Use the customSurface
      object function to create CustomSurface
      objects. Obtain the SurfaceManager object from the
        SurfaceManager property of the radarScenario
      object.
Properties
Object Functions
| height | Height of point on surface | 
| occlusion | Test for occlusion of point by a surface | 
| surfacePlotterData | Data for surface plotter | 
Examples
Version History
Introduced in R2022a
