aretes of an icoasaedron
hi i dont know from where to take the problem
c=icosahedron(size=1.2, color="red")
c
this let not the aretes appear i can't find on the documentation how to make them visible
hi i dont know from where to take the problem
c=icosahedron(size=1.2, color="red")
c
this let not the aretes appear i can't find on the documentation how to make them visible
The icosahedron
directly constructs a graphics. Another way, is to plot an actual icoshedron (viewed as a a polytope) as follows:
polytopes.icosahedron().plot()
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2021-11-03 08:42:24 +0100
Seen: 477 times
Last updated: Nov 04 '21
On my computer, i see a big diffefence in the rendering between
icosahedron(size=1.2)
andicosahedron()
, is it also the same for you ?