Description
Displays an overview of the properties of the Fan, the ambient dimension, the number of generating cones, the number of rays, and the top dimension of the cones.
i1 : F = normalFan cyclicPolytope(3,5);
|
i2 : net F
o2 = {ambient dimension => 3 }
number of generating cones => 5
number of rays => 6
top dimension of the cones => 3
|