Coordinate Results output crashes Calculator
Applying Coordinate Results within a calculator crashes ParaView5.7. We use this a lot to extrude orography. Steps to reproduce:
- Start ParaView
- Create a Wavelet
- Create a Contour
- Create a Calculator, enable "Coordinate Results", enter the formula: iHat * coordsX + jHat * coordsY + (RTData/200 * ( kHat * (1+coordsZ)))
- Crash
This formula is nonsense for the wavelet in this way, but extrudes the orography in lon/lat projection. Good old ParaView 5.6 works well.