Agree with Mark that it is not clear what you are asking for, I will assume that these are the numbers that you are after. Even then, I cannot say if there are obvious generalizations from the FCC / BCC materials.
, , -
Gridlines[n_] := With[{s = Range[0, n - 1]},
Join @@ (Flatten[
NestList[Transpose[
LatticePoints[name_, n_] := Select[
Tuples[Range[-n, n], 3].LatticeData[name, "Basis"],
(And @@ ((
FCC BCC:
Graphics3D[{
{Red, Sphere[#, 0.1] & /@ LatticePoints["FaceCenteredCubic", 3]},
Line[Gridlines[3]]
}, Boxed -> False]
