PointTrajectories
Create a point trajectories plot in 2D and 3D.
Syntax
model.result(<pgtag>).create(<ftag>,"PointTrajectories");
model.result(<pgtag>).feature(<ftag>).set(property, <value>);
model.result(<pgtag>).feature(<ftag>).selection(...);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"PointTrajectories") creates a point trajectories plot feature named <ftag> belonging to plot group <pgtag>.
model.result(<pgtag>).feature(<ftag>).selection() returns the selection of points for which to plot trajectories. Selections are only available when you use points as the plot data. See Selections for more information about the available selection methods.
A solution or cut point dataset is required to plot point trajectories.
The following properties are available:
Active when pointtype is set to arrow. Determines the direction in which the arrow points.
The arrow scaling: Proportional uses the actual arrow length, normalized a unit length, and logarithmic a length proportional to the logarithm of the arrow length.
If arrowscalefactor is true: the length scale factor.
If true, arrowscale is used, otherwise the scale factor is computed automatically.
arrow | arrowhead | cone
Active when pointtype is set to comettail. Determines the direction in which the comet tail points and the relative sizes of the tails of different point trajectories.
none | parent | dataset name
If inheritplot is not none: Determines if the arrow scale is inherited.
If inheritplot is not none: Determines if the color is inherited.
If inheritplot is not none: Determines if the deformation scale is inherited.
If inheritplot is not none: Determines if the ellipse scale factor is inherited.
none | plot name
If inheritplot is not none: Determines if the color and data ranges are inherited.
If inheritplot is not none: Determines if the radius scale factor is inherited.
If inheritplot is not none: Determines if the tail scale factor is inherited.
If inheritplot is not none: Determines if the tube radius scale factor is inherited.
none | uniform
custom | black | blue | cyan | gray | green | magenta | red | white | yellow
black (2D), red (3D)
none | line | ribbon | tube
double > 1
If arrowlength is logarithmic: The ratio between the maximum arrow length and the arrow length below which no arrow is drawn.
global | points
on | off
custom | black | blue | cyan | gray | green | magenta | red | white | yellow
on | off
none | point | comettail | arrow | ellipse
on | off
If on, sphereradiusscale is used; otherwise the scale factor is computed automatically.
manual | parent
If data is a local dataset with nontrivial data, specify solutions manually or take them from the parent plot group.
Active when pointtype is set to comettail and tailscaleactive is on. Specifies the manual scale factor with which the comet tail expression is multiplied.
on | off
Active when pointtype is set to comettail. Specifies whether manual tail scaling is enabled.
Active when title is set to manual. Specifies the plot title.
automatic | manual | none
on | off
If on, tuberadiusscale is used, otherwise the scale factor is computed automatically.
Attributes
Color; Deform; Export; Filter (Particle Tracing, Point Trajectories, Ray Tracing); MaterialAppearance; Transparency (3D only)
See Also
ParticleTrajectories, RayTrajectories