unit conversion error
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
unit conversion error

 
Post new topic   Reply to topic    CADForums.net Forum Index -> Customization
Author Message
moondogger
Guest





Posted: Sat Jan 08, 2005 12:41 am    Post subject: unit conversion error Reply with quote

In AutoCAD 2000 the cvunit command keeps coming up with an unknown command error. Can anyone help me find out why this is happening?

Back to top
ECCAD
Guest





Posted: Sat Jan 08, 2005 1:00 am    Post subject: Re: unit conversion error Reply with quote

Can you post the code fragment involved?
Maybe we can help.

Bob
Back to top
Tom Smith
Guest





Posted: Sat Jan 08, 2005 1:00 am    Post subject: Re: unit conversion error Reply with quote

Quote:
In AutoCAD 2000 the cvunit command keeps coming up with an unknown command
error.


It's not a command, it's a lisp function. See the lisp reference on usage.

Back to top
moondogger
Guest





Posted: Sat Jan 08, 2005 1:29 am    Post subject: Re: unit conversion error Reply with quote

Here is the error:

Unknown command "CVUNIT". Press F1 for help.
Back to top
ECCAD
Guest





Posted: Sat Jan 08, 2005 1:32 am    Post subject: Re: unit conversion error Reply with quote

Heres a typical use of cvunit function:

(setq AR (getvar "AREA")
SQF AR
YARDS (cvunit AR "sq feet" "sq yard")
ACRES (cvunit AR "sq feet" "acre")
SINCH (cvunit AR "sq feet" "sq inch")
SMETERS (* AR 0.09290304)
SMILES (* ACRES 0.0015625)
); setq

Hope this helps.

Bob
Back to top
Adesu
Guest





Posted: Mon Jan 10, 2005 7:30 am    Post subject: Re: unit conversion error Reply with quote

moondogger <nospam@address.withheld> wrote in message
news:15128897.1105126924811.JavaMail.jive@jiveforum2.autodesk.com...
Quote:
In AutoCAD 2000 the cvunit command keeps coming up with an unknown command
error. Can anyone help me find out why this is happening?



Hi moondogger

Command: CVUNIT
Unknown command "CVUNIT". Press F1 for help.


Command: (cvunit 1 "minute" "second") 60.0
Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> Customization All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Contact Us
Powered by phpBB