The point in a model, where one or more field quantities are calculated for plotting versus time.
Details
The TimePlotPoint object represent a point in a model, where one or more field quantities
are calculated for plotting versus time. Each TimePlotPoint is a member of the TimePlotPoints
collection that is accessible by the Points property of the TimePlotPicture
object. The collection provides a methods for creating and removing individual points.
The TimePlotPoint object is based on the Point
and inherits all of its propertires. The only addition is a Curve property:
Sets and gets the visibility state of the curve denoted by the which
parameter.
If the parameter is omitted, the property sets all curves in the current Group
visible, or returns TRUE if any curve is visible.
The X, Y, R,
and Phi properties inherited from the base Point
object are still accessible for reading and writing, so you can change any coordinates of the
existing TimePlotPoint in any time - all the corresponding curves on the TimePlotPicturewill be recalculated autonatically.