Re: HPGL without arc commands
Posted by
ballendo
on 2002-04-26 04:48:12 UTC
Bjorn,
One way is to import the file into a program which does not output AR
commands. Like CorelDraw.Then output the HPGL format from this
program. Or choose a different HPGL driver and re-output the file,
using the program you originally used.
Besides this you can use a CAD/CAM program to convert arcs to line
segments. But you actually have two issues here. AR is Arc Relative.
PA is Plot Absolute. So not only are you changing from arcs to line
segments, you are also changing the coordinates from relative to
absolute... If PR (Plot Relative) commands are acceptable, then you
are back to only one step.
Finally, if you have lots of time, you can use SIN/COS and convert
the entities manually! Don't REALLY DO this :-)
Hope this helps,
Ballendo
One way is to import the file into a program which does not output AR
commands. Like CorelDraw.Then output the HPGL format from this
program. Or choose a different HPGL driver and re-output the file,
using the program you originally used.
Besides this you can use a CAD/CAM program to convert arcs to line
segments. But you actually have two issues here. AR is Arc Relative.
PA is Plot Absolute. So not only are you changing from arcs to line
segments, you are also changing the coordinates from relative to
absolute... If PR (Plot Relative) commands are acceptable, then you
are back to only one step.
Finally, if you have lots of time, you can use SIN/COS and convert
the entities manually! Don't REALLY DO this :-)
Hope this helps,
Ballendo
--- In CAD_CAM_EDM_DRO@y..., "thepcbmiller" <andersson@t...> wrote:
> Hi,
>
> I want to convert "arc" (AR) commands into plot positions (PA) in a
> hpgl file. How to do that ?
>
> /Thanks, Björn
Discussion Thread
thepcbmiller
2002-04-25 22:29:50 UTC
HPGL without arc commands
ballendo
2002-04-26 04:48:12 UTC
Re: HPGL without arc commands
thepcbmiller
2002-04-26 12:51:23 UTC
Re: HPGL without arc commands=solution found!
RC
2002-04-26 14:34:09 UTC
Re: [CAD_CAM_EDM_DRO] Re: HPGL without arc commands=solution found!