ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: drawSurfParamCurves

drawSurfParamCurves(S) draws the surface parameter curves S, a set created by the createSurfParamCurves function, in the current 3D visualization window.

Examples: garden ≔ createSurfParamCurves("❨x, y, sin(x⋅randomReal(1)) ⋅ sin(y)❩", "x, y", -10, 10, -10, 10)
          drawSurfParamCurves("garden", "colour:gold")

          grass ≔ createSurfParamCurves("❨x, y, randomReal(1)❩", "x, y", -10, 10, -10, 10)
          drawSurfParamCurves("grass", "colour:forestgreen")

See also: createSurfParamCurves