是否有可能将任何文本添加到一个聚合物的面貌上,如这一人工提取的图象所示(奇数办法与否):
很容易贴上vert的标签:
c = 1;
Show[{Graphics3D[
Text[c++, #] & /@ PolyhedronData["Dodecahedron", "VertexCoordinates"]],
PolyhedronData["Dodecahedron"]},
Boxed -> False]
(even though some of the text is placed in front of the shape for vertices that are hidden. That s probably soluble.)
但是,当我试图对面做同样的事情时,没有任何工作。 <代码>PolyhedronData[“Dodecahedron”,“Faces” 回归图表Complex,而不是坐标。
我对一个容易的解决办法/选择视而不见?
Edit: thanks for these answers, they re all brilliant. If I could combine the text placing of szabolcs answer with the text quality of belisarius , the perfect solution is in sight!