https://reference.wolfram.com/language/ref/Integrate.html#23449
Integrate[Sin[x y], {x, 0, 1}, {y, 0, x}]
Plot3D[Sin[x y], {x, y} \[Element] Triangle[{{0, 0}, {0, 1}, {1, 0}}]]

↑この2つのコマンドのうち1番目のコマンドはある縦線領域の体積を計算するコマンドです.
↑この2つのコマンドのうち2番目のコマンドは1番目のコマンドの縦線領域をプロットすることを意図したコマンドです.

明らかに間違っています.