I tried several times to get mtexts of a dwg into sqlite without success.
the mtext-entities are represented as points in sqlite,
transferring text-string and text-rotation as attributes of these points.
text-string as well as other stuff (height etc.) can be exported without any problems,
but with rotations i never had any success.
i tried "autocad_text_rotation" as well as "autocad_rotation" as well as
"fme_rotation" but always gives a "0" as result in sqlite.
datatype of rotations in dwg is always "number, 31,15".
I tried using "decimal, 31,15" for the sqlite, but it says in the log,
fme can only create "decimal, 29,15" datatype in sqlite.
What's the problem?
Why can't i use the dwg-mtext-rotation?
thx for any help,
best regards from switzerland.