1. Graphics3D[{
    2. {Red, Sphere[{0, 0, 0}], Sphere[{4, 4, 4}]},
    3. {Blue, Cylinder[{{0, 0, 0}, {4, 4, 4}}, 0.2]},
    4. {Opacity@0.5,
    5. InfinitePlane[{0, 0, 0}, {{1, 0, 0}, {1, Sqrt@2/2, Sqrt@2/2}}]}},
    6. ImageSize -> Medium, FaceGrids -> All
    7. ]

    效果图
    image.png