n = nVertices P
Returns the number of vertices of a polyhedron
i1 : C = hypercube 2 o1 = C o1 : Polyhedron
i2 : nVertices C o2 = 4
The object nVertices is a method function.