ArrowVolume, ArrowSurface, ArrowLine
Create volume, surface, or line arrow plots.
Syntax
model.result(<pgtag>).create(<ftag>,"ArrowVolume");
model.result(<pgtag>).create(<ftag>,"ArrowSurface");
model.result(<pgtag>).create(<ftag>,"ArrowLine");
model.result(<pgtag>).feature(<ftag>).set(property, <value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"Arrow...") creates an arrow plot feature named <ftag>.
Arrow plots are available in 2D and 3D. ArrowLine plots arrows on lines in 2D or 3D such as geometry boundaries in 2D or cut plane edges in 3D. ArrowSurface plots arrows on surfaces in 2D or 3D. ArrowVolume plots arrows in a 3D volume.
The following properties are available:
normalized | proportional | logarithmic
arrow | cone
number | coord
number | coord
number | coord
custom | black | blue | cyan | gray | green | magenta | red | white | yellow
{1,0,0} or last used color.
none | parent | data set name
The description of the expressions in expr. Is used in the automatic title.
on | off
on | off
linpoint | harmonic | lintotal | lintotalavg | lintotalrms | lintotalpeak
If inheritplot is not none: Determines if arrow scale is inherited.
If inheritplot is not none: Determines if the color is inherited.
none | plot name
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.
If arrowlength is logarithmic: The ratio between the maximum arrow length and the arrow length below which no arrow is drawn.
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.
elements | uniform | uniformanis
cutplane | cartesian
all | normal | tangential
Choose to plot arrows that represent all components of the vector in expr or only its normal or tangential components. Available for ArrowSurface in 3D.
cylindrical | cartesian
If scaleactive is true: The length scale factor.
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.
on | off
15 (3D), 7 (2D)
Number of points in the x-direction. Active when arrowxmethod is set to number. Available for ArrowSurface in 2D and ArrowVolume in 3D.
Absolute coordinates in the x-direction, active when arrowxmethod is set to coord. Available for ArrowSurface in 2D and ArrowVolume in 3D.
15 (3D), 7 (2D)
Number of points in the y-direction. Active when arrowymethod is set to number. Available for ArrowSurface in 2D and ArrowVolume in 3D.
Absolute coordinates in the z-direction, active when arrowymethod is set to coord. Available for ArrowSurface in 2D and ArrowVolume in 3D.
15 (3D), 7 (2D)
Number of points in the z-direction. Active when arrowzmethod is set to number. Available for ArrowVolume in 3D.
Absolute coordinates in the z-direction, active when arrowzmethod is set to coord. Available for ArrowVolume in 3D.
Attributes
Color, Deform, Filter
See Also
Line, ScatterVolume, ScatterSurface, Surface, Volume