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…...ColorId = 15; //ACI color id //polyline style example CadPolyline...lineColor.ColorId = 15; //ACI color id dwgImage.Save("fileResult.dwg");...