高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】dimension standard9 ansi , iso etc 0 of the acad documen
dimension standard( ansi , iso etc ) of the acad document
dimension standard( ansi , iso etc ) of the acad document
hi ,
can anyone tell me how to know the dimension standard ( whether it's iso or ansi ) of the autocad document ?
i guess it depends on the template used in the document , but my question is "is there any way to know which standard's template has been used ?"
-thanks & regards,
lihkin
it's difficult to determine if a template was used to create a drawing or not. it's possible to create a new drawing without template. or edit the whole contents after a template was used.
oddbdatabase::getmeasurement() returns a value indicating if a drawing is english or metric.
usually the default dimension style (the first one in dimstyle table) has name "standard" in ansi drawings and "iso-25" in iso drawings.
sergey slezkin
|