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
The icosahedron directly constructs a graphics. Another way, is to plot an actual icoshedron (viewed as a a polytope) as follows:
polytopes.icosahedron().plot()
Asked: 2021-11-03 08:42:24 +0100
Seen: 826 times
Last updated: Nov 04 '21
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
On my computer, i see a big diffefence in the rendering between
icosahedron(size=1.2)andicosahedron(), is it also the same for you ?