Hi there,I have a problem with aspose.cad for .net to create a hatch ring fill with white.
The code I wrote is below
for(var i = 0 ; i < jzdInfos.Count ; i ++)
{
if (i == jzdInfos.Count - 1) continue;
var x = jzdInf…...ColorId = 7, // ACI 7 = white (line colour) HatchBackgroundColor...ColorId = 7, // ACI 7 = white (line colour) HatchBackgroundColor...