高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem with dimtol
problem with dimtol
problem with dimtol
hello support,
in the tolerances tab of the dimension properties dialog box, in autocad, there is a field "tolerance rendering". this field can have 5 values (none,symmetric,limits...)
according to autocad, this field is driven by dimtol.
but dimtol can only have 2 values since it is a boolean.
so could you give me please a solution to get/set the tolerance rendering of a dimension.
thank you in advance.
quote:
originally posted by jerome roche
in the tolerances tab of the dimension properties dialog box, in autocad, there is a field "tolerance rendering". this field can have 5 values (none,symmetric,limits...)
hello roche,
field "tolerance rendering" of dimension properties dialog box is ui value. this value is result of several dimension properties ( dimtm, dimtp, dimlim, dimtol and dimgap). try to change dimgap to negative value (in acad dimension property dialog) and field "tolerance rendering" is changed to "basic".
here is some description which may be useful.
"dimtm
sets the minimum (or lower) tolerance limit for dimension text when dimtol or dimlim is on. autocad accepts signed values for dimtm. if dimtol is on and dimtp and dimtm are set to the same value, autocad draws a tolerance value.
dimtp
sets the maximum (or upper) tolerance limit for dimension text when dimtol or dimlim is on. autocad accepts signed values for dimtp. if dimtol is on and dimtp and dimtm are set to the same value, autocad draws a tolerance value.
if dimtm and dimtp values differ, the upper tolerance is drawn above the lower and a plus sign is added to the dimtp value if it is positive.
dimtol
appends tolerances to dimension text.
off no tolerance is used or added
on tolerance is added and dimlim is turned off.
dimlim
generates dimension limits as the default text. setting dimlim to on turns dimtol off.
off dimension limits are not generated as default text
on dimension limits are generated as default text"
best regards,
sergey z.
hello sergey,
could you please let me know where i can find this information (that you posted in the last post) documentated ? it will be really helpful.
thanks,
kedar
hello kedar,
description of variables you can find in acad help or in dwgdirect help.
best regards,
sergey z.
|