Properties |
Methods |
The point in a model, where one or more field quantities are calculated for plotting versus time.
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 properties. The only addition is a Curve property:
Curve (which as QfQuantity)
|
Sets and gets the visibility state of the curve denoted by the which parameter.
|
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 TimePlotPicture will be recalculated automatically.