Removed some unneeded commented code.
This commit is contained in:
parent
04a753e152
commit
4a7a7963ed
|
@ -185,10 +185,7 @@ class Shape(object):
|
|||
return BoundBox(self.wrapped.BoundBox)
|
||||
|
||||
def Center(self):
|
||||
# try:
|
||||
return Vector(self.wrapped.CenterOfMass)
|
||||
# except:
|
||||
# pass
|
||||
|
||||
def Closed(self):
|
||||
return self.wrapped.Closed
|
||||
|
|
Loading…
Reference in New Issue
Block a user