59 : base(new
ScriptNode[] { X, Y, Z, Shader, TwoSided },
75 get {
return new string[] {
"x",
"y",
"z",
"shader",
"twoSided" }; }
96 int Columns = X.Columns;
97 if (Y.Rows != Rows || Y.Columns != Columns || Z.Rows != Rows || Z.Columns != Columns)
103 return new Graph3D(
Variables, X, Y, Z,
null,
new PolygonMesh3DPainter(),
false,
false,
false,
this,
Script runtime exception.
Class managing a script expression.
Plots a three-dimensional surface mesh.
override string[] DefaultArgumentNames
Default Argument names
PolygonMesh3D(ScriptNode X, ScriptNode Y, ScriptNode Z, int Start, int Length, Expression Expression)
Plots a three-dimensional surface mesh.
PolygonMesh3D(ScriptNode X, ScriptNode Y, ScriptNode Z, ScriptNode Shader, int Start, int Length, Expression Expression)
Plots a three-dimensional surface mesh.
PolygonMesh3D(ScriptNode X, ScriptNode Y, ScriptNode Z, ScriptNode Shader, ScriptNode TwoSided, int Start, int Length, Expression Expression)
Plots a three-dimensional surface mesh.
override string FunctionName
Name of the function
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.
Plots a three-dimensional surface mesh.
Handles three-dimensional graphs.
static readonly SKColor DefaultColor
Default color: Red
Base class for multivariate funcions.
ScriptNode[] Arguments
Function arguments.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
Expression Expression
Expression of which the node is a part.
int Start
Start position in script expression.
Basic interface for all types of elements.
object AssociatedObjectValue
Associated object value.
Basic interface for matrices.
ArgumentType
Type of parameter used in a function definition or a lambda definition.