예제 #1
0
파일: HImage.py 프로젝트: danheeks/PyCAD
 def CopyFrom(self, o):
     self.filepath = o.filepath
     self.bottom_left = geom.Point3D(o.bottom_left)
     self.bottom_right = geom.Point3D(o.bottom_right)
     self.top_right = geom.Point3D(o.top_right)
     self.top_left = geom.Point3D(o.top_left)
     self.opacity = o.opacity
     Object.CopyFrom(self, o)
예제 #2
0
파일: Gear.py 프로젝트: danheeks/PyCAD
 def CopyFrom(self, o):
     self.tm = o.tm
     Object.CopyFrom(self, o)