CoordSysLine, CoordSysSurface, CoordSysVolume
Create a coordinate system line (2D and 3D), surface (2D and 3D), or volume plot (3D only).
Syntax
model.result(<pgtag>).create(<ftag>,"CoordSysVolume");
model.result(<pgtag>).create(<ftag>,"CoordSysSurface");
model.result(<pgtag>).create(<ftag>,"CoordSysLine");
 
model.result(<pgtag>).feature(<ftag>).set(property, <value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
  model.result(<pgtag>).create(<ftag>,"CoordSysVolume") creates a coordinate system plot named <ftag> belonging to the plot group <pgtag>.
The following properties are available:
normalized | proportional | logarithmic
arrow | cone
number | coord
number | coord
number | coord
none | parent | dataset name
on | off
linpoint | harmonic | lintotal | lintotalavg | lintotalrms | lintotalpeak
If mode is matrix: The matrix expression to plot.
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.
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.
system | matrix
elements | uniform | uniformani
If uniform, then the arrows are distributed uniformly. If uniformanisotropic, then the arrows are distributed uniformly with weights taken from the weight property. If elements, then arrows are drawn in each element. Available for CoordSysLine in 2D and 3D and for CoordSysSurface in 3D.
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
manual | parent
If data is a local dataset with nontrivial data, specify solutions manually or take them from the parent plot group.
none | coordinate system name
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 | 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.
stress | strain
If placement is uniformani: The weights given to the different axis directions.
15 (3D), 7 (2D)
Number of points in the x direction. Active when arrowxmethod is set to number. Available for CoordSysSurface in 2D and CoordSysVolume in 3D.
Absolute coordinates in the x direction, active when arrowxmethod is set to coord. Available for CoordSysSurface in 2D and CoordSysVolume in 3D.
15 (3D), 7 (2D)
Number of points in the y direction. Active when arrowymethod is set to number. Available for CoordSysSurface in 2D and CoordSysVolume in 3D.
Absolute coordinates in the z direction, active when arrowymethod is set to coord. Available for CoordSysSurface in 2D and CoordSysVolume in 3D.
15 (3D), 7 (2D)
Number of points in the z direction. Active when arrowzmethod is set to number. Available for CoordSysVolume in 3D.
Absolute coordinates in the z direction, active when arrowzmethod is set to coord. Available for CoordSysVolume in 3D.
Attributes
Deform, Filter (Plot Attribute), Selection, Transparency (3D only)