Exemplo n.º 1
0
 def GetFootprint(self, E):
     # Generate a circular footprint based on the radius
     return geom.circle(E.Position().AsVect(), self['footprint'])
Exemplo n.º 2
0
 def GetFootprint(self, E):
   # Generate a circular footprint based on the radius
   return geom.circle(E.Position().AsVect(),self['footprint'])
Exemplo n.º 3
0
 def GetFootprint(self, E):
     ''' Returns the footprint of E
 '''
     return geom.circle(E.Position().AsVect(), self.GetFrontage(E['size']))
Exemplo n.º 4
0
 def GetFootprint(self, E):
   ''' Returns the footprint of E
   '''
   return geom.circle(E.Position().AsVect(),self.GetFrontage(E['size']))