Hey everyone :wave:,
I am currently checking out Aspose.CAD with java (aspose-cad-25.1). I am trying to load a file from .DWG, add a couple of objects and saving back to a .DWG again.
val image =
Image.load(“path/t…...get_Item("*Model_Space").addEntity(rectangle)...cadImage.blockEntities.get_Item("*Model_Space").addEntity(cadText) val...