This article shows you how to draw zone shapes on a Ubisense visualization. The example material is an application that lets you select which spatial zones to show at any time. The details are described in more depth in the prerequisite articles.

You should know the information in the following articles:
The example application allows you to view spatial zone shapes and clipping regions.
You should read the information in the article
How to create your own Map Model
to see how to add your own objects to your visualization.
The example zones shown here are shapes from the following relations:
Ubisense.USpatial.Ownership.ObjectOwnsAbsoluteShapeUbisense.UCell.Extent.CellHasExtentclass ZoneRep, requires a Ubisense.USpatial.Shape.
ObjectOwnsAbsoluteShape.RowType contains the Ubisense.USpatial.Shape as required.
Ubisense.UCell.PolygonalPrism, but this is easily converted
in the example code.