In blender/python how do you copy a mesh or an armature?

Written in pythons blender module, how do i copy a mesh or an armature and then change its position?
I have no clue about the copy part but on changing its position i think it is:

data = mesh.data
data.Location.x = 93 #for example, am i right?

Please answer atleast the first question i truely need to know and google isnt helping at all…

Well u can fake copy by hiding your model at a different layer. Then use the “Edit Object” Actuator in the main layer.

Attachments

copy.blend (163 KB)