Search found 4 matches
- 15 Apr 2005, 17:02
- Forum: CAD DLL
- Topic: CAD importer SDK DLL VB
- Replies: 8
- Views: 41914
I didn't know english names of those field and try to translate them from french. After researches, it seemes that they 're named : - Tag - Prompt - Default - Value - ... I found infos at : http://usa.autodesk.com/adsk/servlet/item?siteID=123112&id=2397959&linkID=2475176 Are those elements can be re...
- 14 Apr 2005, 01:25
- Forum: CAD DLL
- Topic: CAD importer SDK DLL VB
- Replies: 8
- Views: 41914
I'd like to know if the struc _DXFDATA will be change in the next version to add the ATTRIBUTE blocs fields like .label and .message and some the other fields concerned. Here is the DXFDATE struct that is in my DXF.DLL : typedef struct _DXFDATA { WORD Tag; WORD Count; WORD TickCount; BYTE Flags; BYT...
- 13 Apr 2005, 17:42
- Forum: CAD DLL
- Topic: CAD importer SDK DLL VB
- Replies: 8
- Views: 41914
- 12 Apr 2005, 11:36
- Forum: CAD DLL
- Topic: CAD importer SDK DLL VB
- Replies: 8
- Views: 41914
CAD importer SDK DLL VB
I have to extract the layer, the label, the text attribute question, etc of attributes bloc from a dwg using Visual Basic. I tried to use the demo DXF.DLL, (modifiing your demoVB script) but: - I can"t see label and text attribute question in the Structure recovered by DXFENUM. -The layer and the te...