Where to read about Dictionary DXF data

Where to read about Dictionary DXF data

J-Rocks
Collaborator Collaborator
654 Views
11 Replies
Message 1 of 12

Where to read about Dictionary DXF data

J-Rocks
Collaborator
Collaborator

Hi guys,

I have been searching for help document or any explanation to read about DXF data but with no luck.

Could anyone guide me to any good reference to read in more details about it?

Here is a part of my dynamic block dxf pairs:

................
(330 . <Entity name: 1c650f9ae30>) (5 . "348") 100 . "AcDbEvalExpr") 
(90 . 434) (98 . 33) (99 . 155) (100 . "AcDbBlockElement") 
(300 . "1stlookupTbl") (98 . 33) (99 . 155) (1071 . 2) 
(100 . "AcDbBlockAction") (70 . 0) (71 . 0) (1010 -623.022 -14.1574 0.0) 
(100 . "AcDbBlockLookupAction") (92 . 12) (93 . 3) (301 . "") 

(302 . "924.1") (302 . "52") (302 . "842") (302 . "1") (302 . "1840") (302 . "552") ...........

(303 . "") (94 . 79) (95 . 40) (96 . 2) (282 . 0) (305 . "Custom") 
(281 . 0) (304 . "UpdatedDistance") 
(303 . "") (94 . 435) (95 . 40) (96 . 2) (282 . 0) (305 . "Custom") 
(281 . 0) (304 . "UpdatedDistance") (280 . 1))

 

0 Likes
Accepted solutions (1)
655 Views
11 Replies
Replies (11)
Message 2 of 12

charmingladyfool
Contributor
Contributor
0 Likes
Message 3 of 12

charmingladyfool
Contributor
Contributor
0 Likes
Message 4 of 12

J-Rocks
Collaborator
Collaborator

Thanks,

I am not sure that is what I am looking for because I could not find the group codes.

I would like to know about dxf 1071 and 1010 in the above posted codes because I am using entmod to update the object then it keeps throwing an error: ; error: bad DXF group: (1071 . 0) and the same for (1010 . .....)

0 Likes
Message 5 of 12

charmingladyfool
Contributor
Contributor
0 Likes
Message 7 of 12

J-Rocks
Collaborator
Collaborator

Hi,

I am looking for DXFs and not vla-methods

0 Likes
Message 8 of 12

charmingladyfool
Contributor
Contributor
Accepted solution

Please see MESSAGE 6 above. There is a link to all the DXF codes in numerical order. U cannot handle a lot of objects in AutoLISP alone but u can do it easily in ActiveX. If u understand the working mechanism of ActiveX, u can use ActiveX functions (methods / properties) in VisualLISP very easily. 

0 Likes
Message 9 of 12

J-Rocks
Collaborator
Collaborator

Yup you are right, thanks.

What does that bit represents ?  1071 . Extended data 32-bit signed long

 

0 Likes
Message 10 of 12

Sea-Haven
Mentor
Mentor

"entmod to update" if its a dynamic block you can edit the properties more directly via VL, you can change a property by its name eg L1 or a visibility state. Look at Lee-mac.com dynamic block properties.

0 Likes
Message 11 of 12

J-Rocks
Collaborator
Collaborator

You just want to post in every thread regardless of what you are saying and just distracting and messing up all around forums.

What's more importantly. you don't understand what the thread is all about and certainly its over your head whilst keep your functions for yourself.

 

0 Likes
Message 12 of 12

J-Rocks
Collaborator
Collaborator

Thank you for all your time and kind replies.

0 Likes