Extrude1D, Extrude2D
Create a 1D or 2D extrude dataset for extruding data in postprocessing from 1D to 2D and from 2D to 3D.
Syntax
model.result().dataset().create(
<dtag>
,"Extrude1D");
model.result().dataset().create(
<dtag>
,"Extrude2D");
model.result().dataset(
<dtag>
).set(
property
,
<value>
);
Description
model.result().dataset().create(
<dtag>
,"Extrude2D")
creates a 2D extrude dataset with the name
<dtag>
.
The extrude dataset makes it possible to postprocess a 1D or 2D solution that is extruded into 2D or 3D.
The following properties are available:
Table 7-34:
Valid Property/Value Pairs for Extrude Datasets
Property
Value
Default
Description
data
none
| dataset name
First compatible dataset
The solution dataset this feature refers to.
res
integer, at least 2
10
The resolution as the number of layers in the extrusion.
ymin
double
0
The minimum for the extrusion 1D range.
ymax
double
1
The maximum for the extrusion 1D range.
yvar
string
extr1y
The name of the variable for the extrusion direction for a 1D extrusion.
zmin
double
0
The minimum for the extrusion 2D range.
zmax
double
1
The maximum for the extrusion 2D range.
zvar
string
extr1z
The name of the variable for the extrusion direction for a 2D extrusion.