高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem getting setdimpost to work
problem getting setdimpost to work
problem getting setdimpost to work
i'm trying to output dimensions with the "mm" tag after the value by setting the dimpost value as follows:
odstring posttext ("mm");
pdimstyle->setdimpost (posttext);
this doesn't seem to work, however, as i don't see the "mm" tag at the end of the dimension value.
what am i doing wrong?
thanks,
david vicknair
are you sure that you set to dimension the correct dimstyle with dimpost "mm"?
note that if you first create a dimension, set dimstyle to it and call pdimstyle->setdimpost() after the dimension is closed block representing dimension appearence may be not recomputed.
sergey slezkin
|