| Author |
Message |
KStater
Guest
|
Posted:
Tue Jan 04, 2005 1:49 am Post subject:
vba .PolarPoint(point, angle, length) Q |
|
|
I don't have access to AutoCAD for a while, so I'm asking here: can the .PolarPoint function handle < 0 or > 2*pi angular values, or do I have to handle those cases before calling?
|
|
| Back to top |
|
 |
Laurie Comerford
Guest
|
Posted:
Tue Jan 04, 2005 3:57 am Post subject:
Re: vba .PolarPoint(point, angle, length) Q |
|
|
Hi,
Why not test it your self?
--
Regards,
Laurie Comerford
www.cadapps.com.au
"KStater" <nospam@address.withheld> wrote in message
news:3273991.1104785415945.JavaMail.jive@jiveforum1.autodesk.com...
| Quote: | I don't have access to AutoCAD for a while, so I'm asking here: can the
.PolarPoint function handle < 0 or > 2*pi angular values, or do I have to
handle those cases before calling? |
|
|
| Back to top |
|
 |
Tony Tanzillo
Guest
|
Posted:
Tue Jan 04, 2005 10:57 am Post subject:
Re: vba .PolarPoint(point, angle, length) Q |
|
|
It should handle any angular value accordingly.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005
http://www.acadxtabs.com
"KStater" <nospam@address.withheld> wrote in message news:3273991.1104785415945.JavaMail.jive@jiveforum1.autodesk.com...
| Quote: | I don't have access to AutoCAD for a while, so I'm asking here: can the .PolarPoint function handle < 0 or > 2*pi
angular values, or do I have to handle those cases before calling? |
|
|
| Back to top |
|
 |
VBA
Guest
|
Posted:
Tue Jan 04, 2005 9:25 pm Post subject:
Re: vba .PolarPoint(point, angle, length) Q |
|
|
Perhaps a better question would be "What do you mean by 'handle' them?"
Don't forgot to set the units properly.
"KStater" <nospam@address.withheld> wrote in message
news:3273991.1104785415945.JavaMail.jive@jiveforum1.autodesk.com...
| Quote: | I don't have access to AutoCAD for a while, so I'm asking here: can the
..PolarPoint function handle < 0 or > 2*pi angular values, or do I have to |
handle those cases before calling? |
|
| Back to top |
|
 |
KStater
Guest
|
Posted:
Wed Jan 05, 2005 1:43 am Post subject:
Re: vba .PolarPoint(point, angle, length) Q |
|
|
| "I don't have access to AutoCAD for a while..." :( |
|
| Back to top |
|
 |
KStater
Guest
|
Posted:
Wed Jan 05, 2005 1:45 am Post subject:
Re: vba .PolarPoint(point, angle, length) Q |
|
|
| I meant if it couldn't handle a negative value (yes, in radians), add 2*pi; or if greater than 2*pi, subtract 2*pi |
|
| Back to top |
|
 |
Nathan Taylor
Guest
|
Posted:
Wed Jan 05, 2005 3:06 am Post subject:
Re: vba .PolarPoint(point, angle, length) Q |
|
|
Yes it handles any value.
Regards - Nathan |
|
| Back to top |
|
 |
KStater
Guest
|
Posted:
Wed Jan 05, 2005 9:20 am Post subject:
Re: vba .PolarPoint(point, angle, length) Q |
|
|
| Thanks Nathan. |
|
| Back to top |
|
 |
|
|
|
|