57 get {
return new string[] {
"x",
"y",
"z",
"color" }; }
78 int Columns = X.Columns;
79 if (Y.Rows != Rows || Y.Columns != Columns || Z.Rows != Rows || Z.Columns != Columns)
84 return new Graph3D(
Variables, X, Y, Z,
null,
new LineMesh3DPainter(),
false,
false,
false,
this,
Script runtime exception.
Class managing a script expression.
Plots a three-dimensional line mesh.
override string[] DefaultArgumentNames
Default Argument names
LineMesh3D(ScriptNode X, ScriptNode Y, ScriptNode Z, int Start, int Length, Expression Expression)
Plots a three-dimensional line mesh.
override string FunctionName
Name of the function
LineMesh3D(ScriptNode X, ScriptNode Y, ScriptNode Z, ScriptNode Color, int Start, int Length, Expression Expression)
Plots a three-dimensional line mesh.
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.
Plots a three-dimensional line 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.
Basic interface for matrices.
ArgumentType
Type of parameter used in a function definition or a lambda definition.