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…...Y; var bigCircle = new CadCircle(new Cad3DPoint(x, y,0), 1...}; var middleCircle = new CadCircle(new Cad3DPoint(x, y,0), 1...