Mesh (Export)
Export a mesh.
Syntax
model.result().export().create(
<ftag>
,"Mesh");
model.result().export().create(
<ftag>
,
<dtag>
,"Mesh");
model.result().export(
<ftag>
).set(
property
,
<value>
);
model.result().export(
<ftag>
).run();
Description
model.result().export().create(
<ftag>
,"Mesh")
creates a mesh export feature with the name
<ftag>
.
model.result().export().create(
<ftag>
,
<dtag>
,"Mesh")
creates a mesh export feature with the name
<ftag>
for the dataset
<dtag>
.
The following properties are available:
Table 7-86:
Valid Properties for mesh export.
Property
Value
Default
Description
alwaysask
on
|
off
off
Always ask for filename when saving. This property is ignored when running without a GUI.
data
String
The name of the dataset to export.
filename
String
The output file.
outersolnum
nonnegative integer
1
The index of the outer solutions to use. Applicable only for parametric sweep models.
solnum
integer array
Solution number to take values from.
stlformat
binary
|
text
binary
STL file format.
t
String
Time to evaluate in if
timeinterp
is
on
.
timeinterp
on
|
off
off
Enable/disable explicit time to evaluate in.
See Also
Data