高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】oddbdxffiler
oddbdxffiler
oddbdxffiler
hello forum,
when an oddbdxffiler output a 3d point, the method "wrpoint3d" is called one time with groupcode 10.
i would rather the method "wrdouble" was called 3 times with groupcodes 10,20 and 30.
is there a way to do so (of course without calling wrdouble from wrpoint3d) ?
what for it may be used?
vladimir
i want to extract the dxf fields of an entity as they are written in a dxf file.
i still don't undertand.
if you are writing a dxf filer, then overload wrpoint3d - it is virtual...
vladimir
don't you duplicating bagfiler functionality?
take a look at oddbentget() function (dbobject.h)
it returns the dxf-styled data as a chain of resbufs.
(but point is represented as single resbuf)
point is written as 3 group code (10,20,30) only to file and its filefiler's responsibility for doing so.
sergey slezkin
|