Free AutoCAD Tutorial - AutoLisp to build a 3D Show House 12/18 - for AutoCAD all Version
У вашего броузера проблема в совместимости с HTML5
AutoLISP as copied from www.oltutorial.com with modification.
Inserting 3D Model Honda Jazz, created earlier.
;;---CI Car Insert---;;
(defun c:ci()
(command "vpoint" "-1,-1,1")
(command "layer" "m" "3dcar" "")
(command "insert" "h:/car.dwg" "7000,-10650,-50" "" "" "")
)