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