Created by Jack Xu, Viacheslav N. Mezentsev (viacheslavmezentsev@ya.ru) in the scope of SMath project. Published by smath.
This is Open Source project. Sources shared under MIT Licence and available in public SVN repository.

Features of 3D Plot Region

Version 0.1.7806.5325

Regions

Additional components that extend visualization capabilities of the SMath Studio program with additional graphical modules for plotting charts, images, and other visual elements.

  1. plot3d — Tag name used to store a Region data in the worksheet files.

Functions

Additional components that add new mathematical functions to the SMath Studio program, necessary for solving problems from various fields.

  1. CreateMesh("1:function", "2:number", "3:number", "4:number", "5:number", "6:number", "7:number")
    ( function, u0, u1, v0, v1, Nu, Nv ) Returns an array representing the x, y, and z-coordinates of a parametric surface defined by the function of two variables in the first argument.