Guest User

Untitled

a guest
Jan 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. SimCube = Normal@LatticeData["SimpleCubic", "Basis"]
  2. Lat = Flatten[Table[i SimCube[[1]] + j SimCube[[2]] + k SimCube[[3]], {i, 0, 5}, {j, 0, 5}, {k, 0, 2}], 2];
  3. Graphics3D[Map[Sphere[#, .2] &, #], Boxed -> True, Axes -> True,ImageSize -> 300] & /@ {Lat}
Add Comment
Please, Sign In to add comment