Converting from Inches to Meters
 
 
 

If the current drawing units are engineering or architectural (feet and inches), the following routine converts a user-specified distance of inches into meters:

(defun C:I2M ( / eng_len metric_len eng metric)
  (princ "\nConverting inches to meters. ")
  (setq eng_len 
	(getdist "\nEnter a distance in inches: "))
  (setq metric_len  (cvunit eng_len "inches" "meters"))
  (setq eng (rtos eng_len 2 4) 
		metric (rtos metric_len 2 4))
  (princ 
	(strcat "\n\t" eng " inches = " metric " meters."))
  (princ)
)

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@entercad.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.