Insert DXF/DWG drawing inside DXF

How to insert DXF/DWG drawing inside DXF

Issue: How to insert DXF/DWG drawing inside DXF.

Tips: To do this, you must first create a CadInsertObject with the necessary values, then get all the blocks in the CadBlockDictionary, create a new CadBlockEntity block and add it to the CadBlockDictionary, add the CadBlockDictionary to the BlockEntities of the drawing, add a CadInsertObject to the entities of the drawing for the array.

Example: