Пример #1
0
 def revalidate_bounding_box(self):
     GLPeriodicContainer.revalidate_bounding_box(self)
     FrameAxes.extend_bounding_box(self, self.bounding_box)
Пример #2
0
 def revalidate_bounding_box(self):
     GLPeriodicContainer.revalidate_bounding_box(self)
     FrameAxes.extend_bounding_box(self, self.bounding_box)
Пример #3
0
 def draw(self):
     FrameAxes.draw(self, self.selected)
     GLPeriodicContainer.draw(self)
Пример #4
0
 def draw(self):
     FrameAxes.draw(self, self.selected)
     GLPeriodicContainer.draw(self)
Пример #5
0
 def revalidate_bounding_box(self):
     GLFrameBase.revalidate_bounding_box(self)
     FrameAxes.extend_bounding_box(self, self.bounding_box)
Пример #6
0
 def draw(self):
     FrameAxes.draw(self, self.selected)
     GLFrameBase.draw(self)
Пример #7
0
 def revalidate_bounding_box(self):
     GLFrameBase.revalidate_bounding_box(self)
     FrameAxes.extend_bounding_box(self, self.bounding_box)
Пример #8
0
 def draw(self):
     FrameAxes.draw(self, self.selected)
     GLFrameBase.draw(self)