cwdaniel
Mechanical
- Jul 7, 2006
- 29
In response to closed thread559-107337 by brrian, a possible solution.
I was trying to solve this same issue and the vague helpfile wasn't much help. After reading the above closed thread I tried the following and it's working.
Create a text file call dwgeditor.lsp and put it in your ...../solidworks/dwgeditor directory.
This file can contain all of the lisp routines you want in one place.
Or you can have it load individual other .lsp files with statements like this:
(LOAD "file") with "file" being the name of the file you want to load ie file.lsp
I was trying to solve this same issue and the vague helpfile wasn't much help. After reading the above closed thread I tried the following and it's working.
Create a text file call dwgeditor.lsp and put it in your ...../solidworks/dwgeditor directory.
This file can contain all of the lisp routines you want in one place.
Or you can have it load individual other .lsp files with statements like this:
(LOAD "file") with "file" being the name of the file you want to load ie file.lsp