高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】want To Append Iso Format In Dimension
want to append iso format in dimension
want to append iso format in dimension
i want to display dimension text like
615.8071 js9
where js9 represent iso format (dimensions per iso/r773 ?js9 width tolerance).
how can i display dimension such a way?
regards,
ravindra ghetia
last edited by ravindra_ghetia; 10th april 2007 at 06:34 amfff">.
i implemented it. is it correct way?
right now i added it as a string like..
oddbrotateddimensionptr pdimension = oddbrotateddimension::createobject();
pdimension->setdimpost("<>js9");
quote:
originally posted by ravindra_ghetia
right now i added it as a string like..
oddbrotateddimensionptr pdimension = oddbrotateddimension::createobject();
pdimension->setdimpost("<>js9");
it is right way but "js9" is enough. "<>" is used in text override.
best regards,
sergey z.
|