Height, AberrationHeight, HistogramHeight, TableHeight
Add a height attribute for 2D line and surface plots, for 2D optical aberration plots, for 2D histogram plots, and for 2D table surface plots.
Syntax
model.result(<pgtag>).feature(<ftag>).create(<atag>,"Height");
model.result(<pgtag>).feature(<ftag>).create(<atag>,"AberrationHeight");
model.result(<pgtag>).feature(<ftag>).create(<atag>,"HistogramHeight");
model.result(<pgtag>).feature(<ftag>).create(<atag>,"TableHeight");
model.result(<pgtag>).feature(<ftag>).feature(<atag>).set(property, <value>);
Description
model.result(<pgtag>).feature(<ftag>).create(<atag>,"Height") creates a Height attribute feature with the name <atag>, belonging to the feature <ftag>.
Height attributes are available for 2D line and surface plots, and with slightly different sets of properties, for 2D optical aberration, histogram and table surface plots. Adding a height attribute changes the rendered view to 3D. The plot group, however, still remains a 2D plot group. Any other plots in the group that do not have a height attribute are rendered at z = 0.
The following properties are available:
none | filled table data
The description of the expression in expr. It is used in the automatic title.
on | off
on | off
linpoint | harmonic | lintotal | lintotalavg | lintotalrms | lintotalpeak
on | off
parent | expr or parent | data
parent uses the expression and description in the plot the height feature has been added to. expr uses the expr and descr properties (for Height attributes only). data uses some specified data from the data or coldata properties (for TableHeight attributes only).
on | off
none | linear
If scaleactive is true: The scale factor for the height.
The scaling factor for the preprocessing, if preprocz is set to linear (for TableHeight attributes only).
The shift for the preprocessing, if preprocz is set to linear (for TableHeight attributes only).
The title to use when titletype is manual.
auto | custom | label | manual | none
auto, if the title should be computed automatically. custom, if the title should be computed automatically, but customized. label, if the title should be the plot group’s label. manual, if the manual title should be used (the title property). none, if no title should be displayed. custom is available for Height attributes only.
on | off
The unit to use for the expression in expr. If the old unit is not valid when the expression changes, the unit property is reset to default.
on | off
See Also
Color, Deform, Histogram, Table, TableSurface