Skip to content

JSON Created with ReadDWG #654

Answered by rurban
W-Power asked this question in Q&A
Discussion options

You must be logged in to vote

Nope. The JSON just reflects the structure of the DWG and how we store all the fields.

The handles arrays changes pretty often, you have to look at the header of out_json.c to see what exactly is emitted for the handles.

E.g search for VALUE_HANDLE and see ARGS_HREF11 and ARGS_HREF.

ARGS_HREF11 has ref->handleref.size, ref->r11_idx, ref->absolute_ref
ARGS_HREF has ref->handleref.code, ref->handleref.size, ref->handleref.value, ref->absolute_ref

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rurban
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants