InterferencePattern
Plot the interference pattern resulting from the intersection of rays with a cut plane.
Syntax
model.result(<pgtag>).create(<ftag>,"InterferencePattern");
model.result(<pgtag>).feature(<ftag>).selection(...);
model.result(<pgtag>).feature(<ftag>).set(property, <value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"InterferencePattern") creates an interference pattern plot feature named <ftag> belonging to the plot group <pgtag>. The interference pattern plot is used to visualize the interference of multiple rays as they intersect a cut plane. Interference pattern plots can be added to 2D plot groups.
The following properties are available:
custom | black | blue | cyan | gray | green | magenta | red | white | yellow
colortable | uniform
on | off
Whether to show color legend, when coloring is set to colortable.
The color table to use when colormethod is set to colortable. See Color Tables for a list of color tables.
on | off
Whether to reverse to color table when colormethod is set to colortable.
on | off
none | parent | data set name
If inheritplot is not none: Determines if the color is inherited.
none | plot name
If inheritplot is not none: Determines if the color and data ranges are inherited.
Time corresponding to last selected solnum for transient levels.
The time to use, for transient levels. Available when data is not parent and the underlying data is transient.
The index of the solution to use, per level, or interp, but only for transient solutions. Available when data is not parent and the underlying data has multiple solutions.
manual | index | intensity
If originspec is manual, determines the x-coordinate of the origin.
If originspec is manual, determines the y-coordinate of the origin.
If originspec is manual, determines the z-coordinate of the origin.
on | off
Whether to use the manual color range specified in rangecolormin and rangecolormax. The color range specifies the minimum and maxim value in the plotted colors. Default is the minimum and maximum data values.
on | off
Whether to use the manual data range specified in rangedatamin and rangedatamax. Values outside the data range is not plotted.
on | off
on | off
The index of the solution to use. Available when data is not parent and the underlying data has multiple solutions.
solnum | solutioninfo
The time to use, for transient problems. Available when data is not parent and the underlying data is transient.
on | off
on if t is used to determine time steps, off if solnum is used.
The title to use when titletype is manual.
auto | custom | manual | none
auto if the title contribution should be computed automatically, possibly using the group’s customization. custom if the title contribution should be computed automatically, but customized. manual if the manual title contribution should be used (the title property). none if no title contribution should be used.