/[libvob]/libvob/vob/demo/multifil/multifil.py
ViewVC logotype

Diff of /libvob/vob/demo/multifil/multifil.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jvk, Fri May 30 08:52:38 2003 UTC revision 1.2 by jvk, Fri May 30 08:59:12 2003 UTC
# Line 11  from vob.paper.texcache import getCached Line 11  from vob.paper.texcache import getCached
11    
12    
13  class Scene:  class Scene:
14        "Multifilleting"
15      def __init__(self):      def __init__(self):
16          self.key = KeyPresses(          self.key = KeyPresses(
17              self,              self,
# Line 41  class Scene: Line 42  class Scene:
42          conns_l = GLRen.createSortedConnections(          conns_l = GLRen.createSortedConnections(
43              GLRen.createFilletSpan1(dice, 2 + 4*self.depthColor))              GLRen.createFilletSpan1(dice, 2 + 4*self.depthColor))
44    
45          size = 10          size = 50
46                    
47          a = vs.orthoBoxCS(0, "A", 0, 100, 100, 1, 1, size, size);          a = vs.orthoBoxCS(0, "A", 0, 100, 100, 1, 1, size, size);
48          b = vs.orthoBoxCS(0, "B", 25, self.x, self.y, 1, 1, size, size);          b = vs.orthoBoxCS(0, "B", 25, self.x, self.y, 1, 1, size, size);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26