高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】current dimension style
current dimension style
dimension style related information .
hi ,
how to know which dimension style is used for which type of dimensions ?
for example , manually a a custom dimension style can be used only for radial dimensions ( please refer the attached image ). is there any way to know this settings ?
thanks & regards,
lihkin
attached images
if you chose anything except "all dimensions" the name edit box is disabled. and the new dimstyle name will be equal to "start with" name plus ":linear" or ":radial" etc.
actualy the new dimstyle name stored in file will be
"oldname$0" for linear,
"oldname$2" for angular,
"oldname$3" for diameter,
"oldname$4" for radial,
"oldname$6" for ordinate,
"oldname$7" for leaders and tolerances
sergey slezkin
thanks a lot sergey ..for both answers !
but i have one query regarding the dimension style name format you described ...
if i try to recognize any entity from the name of it then will it affect in the localized acad file ?
will localized acad file retrun the name in the same format ?
-lihkin
the first part of name may contain national characters but $ and digits are ansi symbols and have the same coding in all code pages.
autocad's ui substitude :linear, :radial for $0, $2 etc.
so name may be displayed differently in localized autocads but suffix $0 etc. stored in file is the same.
sergey slezkin
|