Thanks Mikhail. But Still i dont understan how i cals how much DXF units is one pixel on screen. But I will fight Thank you for your help on our project.
Its true, thank you Mikhail, you are my rescuer :) Please last question, i promise :) I have a map of city in DXF/DWG. I need gets map scale 1:X of this file. I think that: _oDxf.CustomDraw := False; defM := StdMat(MakeFPoint(1,1,1), cnstFPointZero); _oDxf.SetDrawMatrix(defM); _oDxf.GetExtents; //no...
Hi Mikhail, beforehand thank you for quickly reply. In our company project implement time is running out :(( But.. code not work: vDrawing := TsgCADdxfImage.Create; vDrawing.LoadFromFile('map.dxf'); vDrawing.GetExtents; vDrawing.CustomDraw := False; vDrawing.SetDrawMatrix(StdMat(MakeFPoint(1, -1, 1)...
Hello cadsofttools team :) Our company bought your library VCL Import 10 and please i need advice. I need prepare this operation with DXF file through TsgCADdxfImage objekt. Scale (zooming): Why not work this?: vDrawing := TsgCADdxfImage.Create; vDrawing.LoadFromFile('map.dxf'); vDrawing.GetExtents;...
Hello Thomas, thank you very much for reply. Really, manual for CadSoft is very pure :(( I have this library few days in hand and understand it everytihing from code is hardcore :( Yes, JTSK is special czech coording system like WGS84 etc. But this not important for solution. I´ll try your sample co...
Hello, please can you help me?. I need import DXF file on which is draw MAP of plants. But i need gets actual file "map scale" and calculate new scale. Etc. I need view map in scale 1:58000 (in JTSK coords system , units are meters). I know that DXF file is in same coords system (JTSK). But i dont k...