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)
def CopyFrom(self, o): self.tm = o.tm Object.CopyFrom(self, o)