SurfaceManager
Description
The SurfaceManager object manages the surfaces in the tracking
scenario. Use the UseOcculusion property to enable or disable terrain occlusion by
ground surfaces in the tracking scenario, use the height object
function to query the height of ground surfaces at a location in the scenario, and use the
occlusion
function to determine if the surfaces in the scenario occlude the line-of-sight between two
points.
Creation
After creating GroundSurface
objects using the groundSurface
object function, obtain the SurfaceManager object from the
SurfaceManager property of the trackingScenario
object.
Properties
Object Functions
height | Height of surfaces in tracking scenario |
occlusion | Determine occlusion status by surfaces |
surfacePlotterData | Get data for surface plotter |
Examples
Version History
Introduced in R2022a
See Also
GroundSurface | trackingScenario | surfacePlotter | plotSurface