高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】why This Oddbobjectid Is Null
why this oddbobjectid is null
why this oddbobjectid is null
first get a pcopy by gettransformedcopy(xfm, pcopy)
oddbentity::gettransformedcopy(odgematrix3d& xfm, oddbentityptr& pcopy)
then get the oddbobjectid
oddbobjectid tmpid = pcopy->blockid();
but here the tmpid is null
why?
gettransformedcopy() returns transformed clone. it is not database resident.
vladimir
so does transformby()?
no.
isn't that obvious by the name?
vladimir
|