高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】exporting text height dimension
exporting text height dimension
exporting text height dimension
hi,
can anyone tell me wich is the fastest way to change
the height of an exported dimension ?
actually i export dimension without giving any value to the height and
so all the dimensions appear with the same font size (2.5).
thnk you in advance.
bye,
fede
you can text height in dimension style:
pdimstyletablerecord->setdimtxt(val);
or for single dimension entity:
pdimension->setdimtxt();
sergey slezkin
quote:
originally posted by sergey slezkin
you can text height in dimension style:
pdimstyletablerecord->setdimtxt(val);
or for single dimension entity:
pdimension->setdimtxt();
hi sergey,
thank you for the answer.
i have tried to use pdimension->setdimtxt() but it has no effect.
instead pdimstyletablerecord->setdimtxt(val) works fine.
is there anything to add or change for a correct use of pdimension->setdimtxt() ?
thank you in advance.
bye
fede
|