Page 1 of 1
How do I export actual Arcs to DXF or DWG?
#9
Posted 08 February 2008 - 02:07 PM
I'm not planning to add a new object but to use a reverse method. Please have a look at "Arc recognition topic". What do you think?
Athanasios Gardos
Avax-Software.com
Avax-Software.com
#10
Posted 11 February 2008 - 07:04 PM
I looked at the code.... I am not sure if this is the solution I am looking for. I am concerned specifically with exporting an arc through dxf format to another CAD program for further manipulation. We use the DXF format for importing geometry into a CAM package for our CNC equipment. I need the arcs to be arcs rather than line segments for proper machining as well as for drawing manipulation outside of the AVAX based application I am developing. The code posted seems to focus on how AVAX views the entities rather than the export function. Is my assessment correct?
Thanks!
T
Thanks!
T
#11
Posted 27 February 2008 - 02:32 PM
Please download the latest AVAX version. That version has a new drawing object (curve-arc).
Before add a DXF file you have to set DXFCurveArcOn true
Call cAvax1.SetAvaxProperty(DXFCurveArcOn_p, True).
By this way all arcs will be stored as curve-arcs and not as polylines.
Before add a DXF file you have to set DXFCurveArcOn true
Call cAvax1.SetAvaxProperty(DXFCurveArcOn_p, True).
By this way all arcs will be stored as curve-arcs and not as polylines.
Athanasios Gardos
Avax-Software.com
Avax-Software.com
Page 1 of 1
Sign In
Register
Help
Add Reply

MultiQuote