AVAX-software.com Forums: How do I export actual Arcs to DXF or DWG? - AVAX-software.com Forums

Jump to content

Page 1 of 1

How do I export actual Arcs to DXF or DWG?

#1 User is offline   MUZAK Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 27
  • Joined: 04-December 07

Post icon  Posted 05 December 2007 - 06:00 PM

When I PrintToDXF, my arcs come through as segmented polylines. Is there a way to get them through as arc entities?

#2 User is offline   Athanasios Gardos Icon

  • Administrator
  • Icon
  • Group: Admin
  • Posts: 333
  • Joined: 21-March 05
  • Gender:Male

Posted 06 December 2007 - 11:52 AM

Unfortunately, there is not a way in the current version to save Arcs as "real arcs" in DXF or other formats, because AVAX stores them as segmented polylines.
Athanasios Gardos
Avax-Software.com

#3 User is offline   MUZAK Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 27
  • Joined: 04-December 07

Posted 07 December 2007 - 12:14 AM

Is that a feature you are looking to add in the future?

I have a very basic workaround if needed, but it would make my code simpler to use your DXF function rather than my own DXF export code.

Thanks

#4 User is offline   Athanasios Gardos Icon

  • Administrator
  • Icon
  • Group: Admin
  • Posts: 333
  • Joined: 21-March 05
  • Gender:Male

Posted 07 December 2007 - 06:43 PM

I will add a new drawing object but you have to wait for some days because is not so easy.
Athanasios Gardos
Avax-Software.com

#5 User is offline   MUZAK Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 27
  • Joined: 04-December 07

Post icon  Posted 08 December 2007 - 05:41 AM

Thank you for your consideration!!

#6 User is offline   MUZAK Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 27
  • Joined: 04-December 07

Post icon  Posted 04 February 2008 - 10:45 PM

I have purchased the control and I am wondering about the progress with arcs to dxf? Any news?

Thanks!

T

#7 User is offline   Athanasios Gardos Icon

  • Administrator
  • Icon
  • Group: Admin
  • Posts: 333
  • Joined: 21-March 05
  • Gender:Male

Posted 06 February 2008 - 08:12 PM

Sorry for the delay. The reason is that we are working on AVAX translation in VB.NET. I will try to make it until the end of next week.
Athanasios Gardos
Avax-Software.com

#8 User is offline   MUZAK Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 27
  • Joined: 04-December 07

Post icon  Posted 07 February 2008 - 04:29 PM

Thanks!

#9 User is offline   Athanasios Gardos Icon

  • Administrator
  • Icon
  • Group: Admin
  • Posts: 333
  • Joined: 21-March 05
  • Gender:Male

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

#10 User is offline   MUZAK Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 27
  • Joined: 04-December 07

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 :blink:

#11 User is offline   Athanasios Gardos Icon

  • Administrator
  • Icon
  • Group: Admin
  • Posts: 333
  • Joined: 21-March 05
  • Gender:Male

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.
Athanasios Gardos
Avax-Software.com

#12 User is offline   MUZAK Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 27
  • Joined: 04-December 07

Posted 27 February 2008 - 04:28 PM

I'll give it a try.... Thanks!

:rolleyes:

Page 1 of 1


Fast Reply

  

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users