Hi all, I'm loading the svg file attached with CADImporterDLL, and drawing it to a windows canvas. The 1rst issue is that no text is rendered. Is that a known limitation of CAImporterDLL's SVG handling ? The 2nd issue concerns the "PAGE" in this SVG. Is there a way to access the page dimensions ? Tk...
Hi all, I'm trying to export some data in a "multi layers" DXF file. This is my code : <hr noshade size="1"> DXF := TsgDXFExport.Create; DXF.AutoCADVer := R2000; DXF.Millimetres := true; DXF.CurrentLayer := TsgExpDXFLayer.Create('Sample 1'); DXF.Canvas.Polyline(SomePoints, gmPixels); DXF.CurrentLaye...
Nice demo, but it didn't answer my question at all [?]
My problem is in the tsgDXFImage "iteration" process.
When I leave all options to their default values => OK
When I tweak "NumberOfPartsInCircle" => access violation
Hi, I'm using CADImportVCL version 6.1, and have an issue with the arc/circle approximation ... The default behavior of TsgDXFConverter is to transform all arcs, circles, and spline into segmented lines. It seams possible to set the final complexity by tweaking : <i>Converter.NumberOfPartsInCircle</...