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…... I find there are some diff between the code,the code you...