高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】wblockcloneobjects Does Not Implemented
wblockcloneobjects does not implemented?
wblockcloneobjects does not implemented?
i want to use wblockcloneobjects to export some entities into another dwg file. but the third parameter is type of oddbidmapping, and it is a abstract class that can not be instantiated. does that mean that we can't use wblockcloneobjects in dwgdirect c++?
it's implemented. the idmapping object should be created with
oddbidmapping::createobject()
see wblockcloneobjects() usage in \examples\excustobjs\drxdebugcmds.cpp
also see wblock() usage in odamfcapp.
it's used for cut&pasting / drag&dropping entities between autocad and odamfcapp (via wblock and insert functions)
sergey slezkin
|