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…... val image = Image.load(“path/to/file.dwg")...dwg") val cadImage = image as CadImage val layer = CadLayerTable()...