Embed1D, Embed2D
Create a 1D or 2D embed dataset for embedding 1D data into 2D (as a line in 2D) and 2D data into 3D (as a 2D surface in 3D).
Syntax
model.result().dataset().create(<dtag>,"Embed1D");
model.result().dataset().create(<dtag>,"Embed2D");
 
model.result().dataset(<dtag>).set(property, <value>);
Description
model.result().dataset().create(<dtag>,"Embed2D") creates a 2D embed dataset with the name <dtag>.
This dataset embeds 2D data into 3D (as a 2D surface in 3D). You can use an Embed2D dataset to plot 3D arrows for a 2D solution, for example.
The following properties are available:
none | dataset name
auto | manual
X in 1st direction, Y in 2nd direction, and 0 in 3rd direction (for Embed2D)
Output space expressions: out_0, out_1, and (Embed2D only) out_2, if mapping is set to manual.