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
quality | color
How to color the elements 2D and 3D only. The default, quality, uses a mesh quality measure.
random | quality | qualityrev | size | expression | logicalexpression
If filteractive is on: The expression to use for filtering when only a subset of the elements are shown. 2D and 3D only.
all | tri | quad
all | tet | pyr | prism | hex
on | off
all | point | edge | surface | volume (if 3D)
true | false
Plot on secondary y-axis, if twoyaxes is set to true in the parent plot group. 1D only.
skewness | maxangle | volcircum | vollength | condition | growth | custom
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
Deform, Filter
See Also
Mesh (Data Set)