| Author |
Comment/Response |
Igor Telitchev
|
06/17/04 4:27pm
Hello,
In order to illustrate the atomic structure I use the following code:
Table[
TranslateShape[Graphics3D[Sphere[0.42,20,15]],{x[i],y[i],z[i]}],
{i,1,n}]
How can I remove the mesh from the surfaces of spheres? I tried option Mesh->False but it doesn’t work for Graphics3D primitives.
Thanks in advance.
Igor Telitchev,
Univ. of Calgary
URL: , |
|