Georeferencing: dumb question

Hi, sorry to ask :(
I'm trying to work with map coordinates (the big numbers), I've also read here https://docs.bonsaibim.org/guides/authoring/georeferencing.html
The problem is that Blender doesn't move my project point correctly.

I've tried several ways:

  • Importing a dxf using the dxfimporter plugin
import bpy
print(bpy.data.scenes["Scene"].cursor.location[0])
print(bpy.data.scenes["Scene"].cursor.location[1])

  • Move project element to this location, save and reopen
    i've moved to 566015,5929 and got a temporary offset of 566015,5625
    (watch video)

    What should I do? I'm getting mad
    I've also tried georeferencing way but when I import ifc on bimvision or whatever it has elements in 0,0,0.

Sign In or Register to comment.