예제 #1
0
    def showAnalysis(self):
        import Base, Graph
        # graph must be new, to clear former polylines
        if self.__graph:
            self.__graph.clearLines()
            self.clearAxises()
        else:
            self.__graph = Graph.AnalysisGraph()

        print '111  ', Base.getCurrentTime()
        if self.__ifAnalysesDisplacement: self.showDisplacement()
        print '222  ', Base.getCurrentTime()
        if self.__ifAnalysesMPs: self.showMPDists()
        print '333  ', Base.getCurrentTime()
        if self.__ifAnalysesStress: self.showStress()
        print '444  ', Base.getCurrentTime()