Description
Displays an overview of the properties of the PolyhedralComplex, the ambient dimension, the number of generating polyhedra, and the top dimension of the polyhedra.
i1 : PC = polyhedralComplex faces(2,hypercube 3)
o1 = {ambient dimension => 3 }
number of generating polyhedra => 12
top dimension of the polyhedra => 1
o1 : PolyhedralComplex
|
i2 : net PC
o2 = {ambient dimension => 3 }
number of generating polyhedra => 12
top dimension of the polyhedra => 1
|