TsgCADtoDXF
Moderators: SDS, support, admin
TsgCADtoDXF
I try to export DXF file in 2000,2004 or 2007 format. But my drawing have some DASHDOT lines in it.
Then All dxf files don't works under AutoCAD, it seems that the definition of DASHDOT is missing.
Have you see that ?
Thanks
Best Regards
Then All dxf files don't works under AutoCAD, it seems that the definition of DASHDOT is missing.
Have you see that ?
Thanks
Best Regards
Hello!
How do you define DashDot type?
The following package contains CADtoDXF demo:
http://www.cadsofttools.com/download/CADtoDXF.zip
It contains the following lines (take it as example):
It this info can't help you, please give us your code (when creating DXF file) or send us exported file to support@cadsofttools.com with a reference to this topic.
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
How do you define DashDot type?
The following package contains CADtoDXF demo:
http://www.cadsofttools.com/download/CADtoDXF.zip
It contains the following lines (take it as example):
Code: Select all
<b>const</b>
...
cnstLTypeName: <b>string</b> = <font color="blue">'new_LType'</font id="blue">;
...
<b>begin</b>
...
vLType := TsgDXFLineType.Create;
vLType.Name := cnstLTypeName;
vLType.Lines.AddTick(<font color="blue">25</font id="blue">); <font color="blue"><i>// length of the "solid" part of a line</i></font id="blue">
vLType.Lines.AddTick(<font color="blue">-12.5</font id="blue">); <font color="blue"><i>// length of the "empty" part of a line</i></font id="blue">
It this info can't help you, please give us your code (when creating DXF file) or send us exported file to support@cadsofttools.com with a reference to this topic.
Sergey.
Please post questions to the forum or write to support@cadsofttools.com