高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】missing class odgescale3d
missing class odgescale3d
missing class odgescale3d
the function scalefactors() on an insert block (oddbblockreference) returns an odgescale3d however
when i call this function i get an error (use of undefined type 'odgescale3d').
apparently the class odgescale3d is only partially defined.
ie. class odgescale3d;
should i include directly ge/gescale3d.h (where odgescale is defined) ? or is there an include missing ?
you should include ge/gescale3d.h in your code.
currently not all odgescale3d methods are implemented. if you get unresolved externals like odgescale3d::xxx() let me know, please.
sergey slezkin
|