cart: empty [ Login ]

bug for dxflwpolyline.explodeintolinesandarcs

1 
zenggl
5/18/2022 6:37 AM
After verification, using the explodeintolinesandarcs method in the dxflwpolyline object, the graph is reversed my code: DxfLwPolyline oPolyline = (DxfLwPolyline)item; GraphicsConfig graphicsConfig = new GraphicsConfig(); Polygon2D[] polygon2DArray = (Polygon2D[])oPolyline.GetClipBoundary(graphicsConfig); or List<DxfEntity> lstEntity = (List<DxfEntity>)oPolyline.ExplodeIntoLinesAndArcs() The output graph is wrong! WW.Cad.NetStandard.1.0.0-rc60
Wout
5/18/2022 11:31 AM
Hi, This was indeed a bug, it will be fixed in a next release. Thank you for the report! - Wout
1