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:
Table 7-31:
Valid Properties for Embed Datasets.
Property
Value
Default
Description
data
none
| dataset name
First compatible dataset
The dataset this feature refers to.
mapping
auto
|
manual
auto
Automatic or manual mapping of the data to embed.
out_
x
String
X
in first direction,
Y
in second direction, and
0
in third direction (for Embed2D)
Output space expressions:
out_0
,
out_1
, and (Embed2D only)
out_2
, if
mapping
is set to
manual
.
spacevars
String array
Depends on the feature’s tag
Names of variables that evaluate to the space coordinates in the space that the data is embedded into.