Why does this evaluate?
DiscretizeGraphics[ Plot3D[0.01905481889611737` + x^2 - 0.5` Sqrt[ 0.7771628918933575` - 1.763136854465197` x^2 + 1.` x^4 + (-1.763136854465197` + 2.` x^2) y^2 + 1.` y^4], {x, 1.4, 2.1}, {y, 0.277, x - 0.94}]] But this remains unevaluated?
DiscretizeGraphics[ Plot3D[(0.25` Sqrt[(-0.07621927558446948` y^2 + y^4) (0.7771628918933575` - 1.763136854465197` x^2 + 1.` x^4 + (-1.763136854465197` + 2.` x^2) y^2 + 1.` y^4)])/( x y^2), {x, 1.4, 2.1}, {y, 0.277, x - 0.94}]] How do I get it working? v14.2 on win11.


Mesh -> None. $\endgroup$Plot3D[]. I don't know why there's no error message, though. Maybe it should be reported as a bug. In any case, removing the mesh would change the graphics passed toDiscretizeGraphics[]; and a change in input might lead to a change in output. $\endgroup$