Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Block reference to inserted block #340

Answered by haplokuon
Aaron12300 asked this question in Q&A
Discussion options

You must be logged in to vote

From what you wrote in your post you are working with dynamic blocks, and what you describe this is its normal behavior. Although netDxf can import them you will loose all its dynamic parameters, but you can still retrieve the information you seek. It is stored in the extended data information of the block record under an application registry called "AcDbBlockRepBTag", you can do something like this:

// netDxf can read dynamic blocks but you will loose the information related with the parameters, actions and constrains
// for every insert AutoCad creates a new block definition with the name *U#, where # is a positive integer
// except in the case where the dynamic block parameters are not…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by haplokuon
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