Hi Aspose team,
I’m trying to create a DWG file from scratch using Aspose.CAD for .NET (version 24.10.0), without using any existing template.
I followed this official example, but when I open the generated file in Aut…...dwgImage = new DwgImage(); //LINE, CIRCLE, ARC, TEXT, POINT, SOLID...3DFACE and POLYLINE //add line CadLine line = new CadLine(new Cad3DPoint(0...