I use this code
a = Graphics[ { Inset[
Style["\[FilledRectangle]", FontSize -> Scaled[0.09]], { 0.34, -0.6755 }] ,
Inset[ Style["\[FilledRectangle]", FontSize -> Scaled[0.09]], { -0.33, -0.6755 }] } ];
b = Graphics[{Thickness[0.002], CapForm["Butt"], Line[{{ 0.34, -0.6755 }, { 2.5, -0.6755 }}]}];
c = Graphics[{EdgeForm[{Thick, Blue}], FaceForm[], Triangle[{{-1, -2}, {0, 0}, {1, -2}}]}];
Show[{a, b, c}]
and the result is
How can I ask Mathematica to repeat the above picture such that I get this result?




TranslationTransformandGeometricTransformation? – Michael E2 Oct 25 '21 at 23:03