Re: [CAD_CAM_EDM_DRO] smoothing algorithm
Posted by
Alan Marconett KM6VV
on 2001-06-22 11:11:19 UTC
Hi Tom,
Thanks for your efforts! If you'd care to email them to me, I'll post
them in the files section. BTW, what do you write them in? I believe
that the mill/drill list allows attachments, so that may also be an
alternative. Actually, the source code (text) could be "pasted" into
the body of the email. I believe that the notepad editor will do, bring
it up, open the file, "copy", bring up your email composer (Netscape?),
and "paste" into the email. A bit of a test:
/* DRAW STARTING Circle @ Origin */
_setlinestyle(0xEEEE); /* inverse dot line */
_setcolor(L_GREY);
CalcAbsLoc( fabs(Xmin), fabs(Ymin), &sx, &sy);
_ellipse(_GBORDER, sx-5, sy-5, sx+5, sy+5);
/* solid outside, circle */
/* draw X axis */
CalcAbsLoc( Xmin, fabs(Ymin), &sx, &sy);
_moveto(sx, sy); /* left side X axis */
ex = (int)sx_max - 50;
_lineto(ex, sy); /* -> x_max */
Hope this works for you!
Alan KM6VV
P.S. I just "pasted" code using yahoo's email, and successfully
received them.
Tom Eldredge wrote:
Thanks for your efforts! If you'd care to email them to me, I'll post
them in the files section. BTW, what do you write them in? I believe
that the mill/drill list allows attachments, so that may also be an
alternative. Actually, the source code (text) could be "pasted" into
the body of the email. I believe that the notepad editor will do, bring
it up, open the file, "copy", bring up your email composer (Netscape?),
and "paste" into the email. A bit of a test:
/* DRAW STARTING Circle @ Origin */
_setlinestyle(0xEEEE); /* inverse dot line */
_setcolor(L_GREY);
CalcAbsLoc( fabs(Xmin), fabs(Ymin), &sx, &sy);
_ellipse(_GBORDER, sx-5, sy-5, sx+5, sy+5);
/* solid outside, circle */
/* draw X axis */
CalcAbsLoc( Xmin, fabs(Ymin), &sx, &sy);
_moveto(sx, sy); /* left side X axis */
ex = (int)sx_max - 50;
_lineto(ex, sy); /* -> x_max */
Hope this works for you!
Alan KM6VV
P.S. I just "pasted" code using yahoo's email, and successfully
received them.
Tom Eldredge wrote:
>
> Gentlemen,
>
> I tried to attach the short files to the email, and I see that they did not make it to you all. They are pretty short. If I leave off the .exe file, they are about 2k total, I think. Is there any way to take the two text files and get them into the body of an email?
>
> I am not a Microsoft windows person.
>
> Tom Eldredge
>
> [Non-text portions of this message have been removed]
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
>
> Post messages: CAD_CAM_EDM_DRO@yahoogroups.com
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...
> Moderator: jmelson@... timg@... [Moderator]
> URL to this page: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
> bill,
> List Manager
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Discussion Thread
Tom Eldredge
2001-06-22 07:02:05 UTC
smoothing algorithm
Tom Eldredge
2001-06-22 07:30:57 UTC
smoothing algorithm
Drew Rogge
2001-06-22 07:35:18 UTC
Re: [CAD_CAM_EDM_DRO] smoothing algorithm
wanliker@a...
2001-06-22 08:47:16 UTC
Re: [CAD_CAM_EDM_DRO] smoothing algorithm
Alan Marconett KM6VV
2001-06-22 11:11:19 UTC
Re: [CAD_CAM_EDM_DRO] smoothing algorithm
info.host@b...
2001-06-22 11:20:43 UTC
Re: [CAD_CAM_EDM_DRO] smoothing algorithm
Tom Eldredge
2001-06-23 06:23:36 UTC
smoothing algorithm