示例#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)