Search found 4 matches

by Daave
15 Apr 2005, 17:02
Forum: CAD DLL
Topic: CAD importer SDK DLL VB
Replies: 8
Views: 41809

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...
by Daave
14 Apr 2005, 01:25
Forum: CAD DLL
Topic: CAD importer SDK DLL VB
Replies: 8
Views: 41809

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...
by Daave
13 Apr 2005, 17:42
Forum: CAD DLL
Topic: CAD importer SDK DLL VB
Replies: 8
Views: 41809

Ok by using StrConv, i can now see the .layer and .text (VB fully support my simple string in structures, but i'm out of subject)

Could you tell me about the other var i need to recover (label, text value and other values from attribute blocs ) ?

Thanks for caring.
by Daave
12 Apr 2005, 11:36
Forum: CAD DLL
Topic: CAD importer SDK DLL VB
Replies: 8
Views: 41809

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...