nanoLogika / ACadSharp

C# library to read/write cad files like dxf/dwg.
MIT License
0 stars 0 forks source link

EvaluationGraph does not apper in XDictionary any more #8

Open mme1950 opened 1 month ago

mme1950 commented 1 month ago

The EvaluationGraph object associated with a dynamic block is referenced by an entry of the XDictionary property of the respective BlockRecord. The entry is not created any more because only objects derived from 'NongraphicalObject' are added to the dictionary.

EvaluationGraph must be derived from 'NongraphicalObject'.

mme1950 commented 1 month ago

changes in https://github.com/nanoLogika/ACadSharp/tree/20240619_mme_%236-support-dynamic-blocks-read-evaluation-graphs-and-block-visibility-parameters