============================= MbdPlots (hwx.inspire.motion) ============================= Plot definitions created by objects in MbdModel.py Used by the PlotManager -------------- Public Methods -------------- +-------------------------------------------+ | getPlotForObject_ (self, obj, index=None) | +-------------------------------------------+ | getPlots_ (self, obj=None) | +-------------------------------------------+ | setPlotForObject_ (self, obj, plot) | +-------------------------------------------+ -------------- Method Details -------------- .. _getPlotForObject: .. method:: getPlotForObject(self, obj, index=None) Return the last plot displayed for the specified object For example: If the user selects a Part to plot, using the ContextMenu replaces the plot with the Parts velocity plot, next time he picks a Part to plot, he gets that Part velocity plot .. _getPlots: .. method:: getPlots(self, obj=None) Return a list of plots for the specified object or a dict of plots keyed to the plottable Inspire objects .. _setPlotForObject: .. method:: setPlotForObject(self, obj, plot) What plot should be displayed next time the Popout/Callout.plot is called?