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(); //LINE, CIRCLE, ARC, TEXT, POINT, SOLID, 3DFACE and...AddEntity(circle); //add arc CadArc arc = new CadArc(new Cad3DPoint(100...