Support for dynamic block in ASPOSE.CAD for NET

Hello,
I would like to know about the current ASPOSE support for dynamic blocks. I didn’t find anything about it in the documentation.

I need to read and write drawings built with dynamic blocks. In addition, I need to generate images.

Thanks for the help!

@IP1

Can you please share the details of your requirement regarding dynamic block. Perhaps, a sample file with snapshot will be helpful in understanding that.

To start with, I need to read the documentation on dynamic blocks that ASPOSE offers.

Friendly Regards,
Javier

@IP1

Can you please confirm if you are looking for Dynamic Blocks support inside DWG or DXF?

I am looking for Dynamic Blocks support inside DXF files.

Thanks!

@IP1

Dynamic Block is just a feature of AutoCAD UI - it is converted into CadInsertObject internally. So there is no difference from prospective of Aspose.CAD API and internal structure of DXF/DWG. Dynamic blocks are just variations of CadInsertObject with specific properties set. Please refer to following API reference link for your convenience.