Results > Solution Selection > Mesh

Mesh
Create a mesh plot.
Syntax
model.result(<pgtag>).create(<ftag>,"Mesh");
model.result(<pgtag>).feature(<ftag>).set(property, <value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"Mesh") creates a mesh plot feature named <ftag> belonging to the plot group <pgtag>.
This plot type provides visualization of meshes.
The following properties are available:
The element color table to use when elemcolor is set to quality. See Color Tables for a list of color tables. 2D and 3D only.
none | parent | data set name
random | quality | qualityrev | size | expression | logicalexpression
all | tri | quad
all | tet | prism | hex
on | off
all | point | edge | surface | volume (if 3D)
The title to use when titletype is manual. 2D and 3D only.
auto | manual | none
auto if the title contribution should be computed automatically, possibly using the group’s customization. manual if the manual title should be used (the title property). none if no title should be displayed. 2D and 3D only.
none | color
size | none
Attributes
Filter
See Also
Mesh (data set)