DWF
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
reading and matching names with objects in dwf file
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
210 Views, 0 Replies
03-26-2012 02:26 AM
Hello all,
I'm trying to read DWF file ,I have get geometry data with BStreamFiletoolKit parsing now I'm trying to read names for each node , the structure in ObjectDefinitionReader example is clear to traversing around nodes and reading names but i can't see how to match between objects and names in the two different structures . note that i found one parameter (m_string) in TK_Open_Segment whichis changing from segment to another one in a simple wall.dwf sample as the following :
'?'
0
'2'
'3'
'4'
'5'
0
hint: i make preview for past questions about this , answers points me to use TK_Tag opcode ,would it possible to get small code helps me deeply how to get names. please help me to solve it
