高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】system Var Exception1
system var exception!
system var exception!
i am using latest public release of dwgdirect and retreving system variable "pelevation" produces an exception:
odresbufptr rb = pdirect->pdb->getsysvar("pelevation");
note: pelevation is defined in sysvardefs.h.
where are functions
oddbdatabase::getelevation() and
oddbdatabase::getpelevation()
getsysvar() is a bit different:
getsysvar("elevation") returns elevation for active layout. its elevation or pelevation depending on model or paper layout is active.
the call getsysvar("pelevation") is incorrect.
sergey slezkin
|