高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】dimstyletablerecordptr-arrowid9oddbdimarrowflags arrowtyp
dimstyletablerecordptr->arrowid(oddb::dimarrowflags arrowtyp
dimstyletablerecordptr->arrowid(oddb::dimarrowflags arrowtype) giving null objectid
hi all
i am reding dwg file(autocad2004) . with standard dimension style.
in the code below arrowid() method is giving null objectid when setting first arrowhead value = closed filled in dwg file.
oddb:: dimarrowflags firstarrow = oddb::kfirstarrow;
oddbobjectid arrowidfirst = dimstyletablerecordptr->arrowid(firstarrow);
can anyone assist me in knowing the reason behind?
thanks & regards
last edited by d kumar; 21st december 2006 at 04:11 amfff">.
closed filled is default arrow type. null means "closed filled"
sergey slezkin
thanks for your prompt reply sergey.
regards
|