高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】odgeclipboundary2dclippolyline9...0
odgeclipboundary2d::clippolyline(...)
odgeclipboundary2d::clippolyline(...)
has anyone used this api and does it work?
the last thread for odgeclipboundary2d that returned by searching the forum was 2 years ago.
thanks,
codey
hi, i'm afraid odgeclipboundary2d::clippolygon and odgeclipboundary2d::clippolyline are not implemented in the dwgdirect 1.13
best regards
chudomir
thanks for the respond.
you should at least put a note in the header files and the help docs that it is not implemented.
the api compiles, runs, and returns eok, but of course it doesn't work.
thanks,
codey
oops, i'm from the founding members (having access to the source) but not a dwgdirect developer - i'm not the one to put notes there
but you're right - usually that api-s have throw oderror(enotimplemented), assert(false), or simply no definition (only declaration) so that you could not compile using that function.
cheers
best regards
chudomir
|