高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】meaning of entity info shown odamfcapp gui spilitwindow
meaning of entity info shown odamfcapp gui spilitwindow
meaning of entity info shown odamfcapp gui spilitwindow
dear,
if we run odamfcapp, there is gui to view the entity information with tree structure.if we click on any entity,there will be information about entities (there is splitter window) such as co-ordiantes and color etc.
can anybody tell me, what is the meaning of each information(i am able to know the co-ordinates and color).but there are lot of info about entity.
either anybody can inform where the code is kept related with those information or how to know the information meaning by any other way.
suppose while defining any class we use to keep method and data attributes.(suppose class point, while defining class point, we use to keep data as array of 3 doubles to denote coordinates and getpoint and setpoint methods).but i could not see any type of data opendesign classes.
you can view the info in attached graphics file
can anybody give information.
thanks,
petchi muthu
attached images
information listed in the right window is the output produced by entity's dxfoutfields() or dwgoutfields() functions.
(depending on type selected by clicking view/dwg out)
sergey slezkin
dear sergey slezkin,
thanks lot for your reply. as you explained, i am able to know, which method is evoked while giving information.
but i want to know what is the meaning of each information. let me explain clearly.
suppose take point data,
it will have information as co-ordiantes, layer, color value etc. how do i know, what is each value denoting .i could not find any group code(if there is group code, then the way to know the property.).i have checked the dxfoutfields()/dxfoutfields() .i am not finding any implementation how are these output information organized.
hope i am making my query clear.
thanks,
regards,
petchi
attached images (27.5 kb, 6 views)
(24.2 kb, 7 views)
on the pictures you provided dwgoutfields() output is listed.
if you change it to dxf output by unchecking in main menu "view/dwg out" you'll see output in dxf format.
dxf format is documented (see autocad's help)
also note that odamfcapp is simply an environment for developing/debugging of dwgdirect libraries and nothing more.
sergey slezkin
thanks lot.to know entity details while debugging, i did this enquiry.your informtion help now.
thanks and regards,
petchi
|