I need to define a cube and three intervals Cx, Cy, and Cz as the projections of the cuboid on the x-, y-, and z-axes, respectively. I'm supposed to use the interval predicate interval_dur
. The image on the link may more clear what i need indeed.
The original question goes like this:
We can define three-dimensional qualitative spatial relations between cuboids such as inside and on top of by considering the qualitative relations between their projections on each axis. Figure 1 shows cuboid
C
with interval projections on the x-, y-, and z-axes. (a) Define a cuboidC
. Define three intervalsCx
,Cy
, andCz
as the projections of the cuboid on the x-, y-, and z-axes, respectively. Use the interval predicateinterval_dur
.