Exemplo n.º 1
0
 def revalidate_bounding_box(self):
     GLPeriodicContainer.revalidate_bounding_box(self)
     FrameAxes.extend_bounding_box(self, self.bounding_box)
Exemplo n.º 2
0
 def revalidate_bounding_box(self):
     GLPeriodicContainer.revalidate_bounding_box(self)
     FrameAxes.extend_bounding_box(self, self.bounding_box)
Exemplo n.º 3
0
 def draw(self):
     FrameAxes.draw(self, self.selected)
     GLPeriodicContainer.draw(self)
Exemplo n.º 4
0
 def draw(self):
     FrameAxes.draw(self, self.selected)
     GLPeriodicContainer.draw(self)
Exemplo n.º 5
0
 def revalidate_bounding_box(self):
     GLFrameBase.revalidate_bounding_box(self)
     FrameAxes.extend_bounding_box(self, self.bounding_box)
Exemplo n.º 6
0
 def draw(self):
     FrameAxes.draw(self, self.selected)
     GLFrameBase.draw(self)
Exemplo n.º 7
0
 def revalidate_bounding_box(self):
     GLFrameBase.revalidate_bounding_box(self)
     FrameAxes.extend_bounding_box(self, self.bounding_box)
Exemplo n.º 8
0
 def draw(self):
     FrameAxes.draw(self, self.selected)
     GLFrameBase.draw(self)