Dear Aspose Support,
I’m trying to create a DWG file from scratch using DwgImage in C# (.NET), and I would like to add layers and assign entities to specific layers. Unfortunately, this doesn’t seem to work as expected. …...AddEntity(line); CadPoint point = new CadPoint(); point.CenterPoint = new...Cad3DPoint(-10, -10, -10); point.LayerName = "PointsLayer"; dwgImage...