查看单个帖子
旧 2009-05-07, 05:44 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】units Question

units question
units question
hello.
i'm developing an application which has an option for import/export dwg and dxf files. i've reached a good result in the import of files but i have a problem with oddbtext classes.
when i import the oddbtext classes, the text appears displaced. i want to aplicate a translation to the text but i've noticed that the units used in the dwg and dxf files sometimes are mm, sometimes are inches, etc.
could someone tell me if exists any operation to know the unit used in the file? (the units of the oddbtext position at least).
thank you in advance.
david.
oddbdatabase::getmeasurement() can tell you if drawing is in english or metric system.
but all units in drawing are the same so it's strange if you have problems only with text entities.
sergey slezkin
no getmeasure()
hello sergey.
thank you for your answer, but, there is not any operation called getmeasurement in the oddbdatabase objects or, at least, i can't find it. do you know how could i know this measure value from a oddbdatabase, oddbtext or an oddbentity object?
thank you.
david.
measurement is database system variable. the function to get it is oddbdatabase::getmeasurement() - in previous post capitalization was incorrect.
individual entities do not have such function. units in the whole drawing are the same.
sergey slezkin
thanks a lot sergey!!
my problem is resolved .
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)