I can do:
Region[Line[{{0, 0}, {1, 0}}]] And I can do:
Region[Circle[{1, 0.5`}, 0.5`, {-90 \[Degree], 90 \[Degree]}]] Can I combine those into one region? Something like:
Region[{Line[{{0, 0}, {1, 0}}] ,Circle[{1, 0.5`}, 0.5`, {-90 \[Degree], 90 \[Degree]}]}] 