高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】how to change the current dimension
how to change the current dimension
how to change the current dimension
hello,
trouble everyone with a question,i tried to set current dimension with another specified as following process,but why not succeed?
thanks in advance,
"
oddbblocktableptr pblktbl = pdb->getblocktableid().safeopenobject( oddb::kforwrite );
oddbobjectid objblk1 = pblktbl->getat( getarrowname( arrowtype_left ).c_str() );
oddbobjectid objblk2 = pblktbl->getat( getarrowname( arrowtype_right ).c_str() );
pdim->setdimblk1(objbkl1);
pdim->setdimblk2(objbkl2);
"
peter .
1. depending in dimsah dimblk or dimblk1 & dimblk2 is used.
2. if dimtsz > 0 oblique strokes are drawn instead of arrowheads.
sergey slezkin
|