MKV
Mechanical
- Oct 29, 2002
- 8
Hi
I have been using AutoCAD 2000 for designing. I have written lisp files to generate 3D objects. I have the following problem:
I need to use 3DARRAY command. This is a lisp file. (3DARRAY.lsp). At AutoCAD console, this command works fine.
But in lisp file when I use this command (command "3DARRAY" .....), I get an error message "3DARRAY command unknown". I tried loading this lisp file explicitly by writing (load "3DARRAY" but without any success.
This file is in search path (c:\AutoCAD 2000\Support).
Could any one help me?
Thanking you
Vijayendra
I have been using AutoCAD 2000 for designing. I have written lisp files to generate 3D objects. I have the following problem:
I need to use 3DARRAY command. This is a lisp file. (3DARRAY.lsp). At AutoCAD console, this command works fine.
But in lisp file when I use this command (command "3DARRAY" .....), I get an error message "3DARRAY command unknown". I tried loading this lisp file explicitly by writing (load "3DARRAY" but without any success.
This file is in search path (c:\AutoCAD 2000\Support).
Could any one help me?
Thanking you
Vijayendra