Without seeing any code, one thing I know that has caused me grief is when I named a function, then a new release of acad came along and decided they wanted that name for their function.
Registered forum members do not see this ad.
A lisp routine which runs perfectly in Autocad 2006 , failes in 2007. It seems to give a problem whit the fillet command. Does anyone have an experience with this ?
Without seeing any code, one thing I know that has caused me grief is when I named a function, then a new release of acad came along and decided they wanted that name for their function.
We found it out ourself. it seems that the fillet command hasn't enough anymore with defining 2 points which are on the lines you want to fillet. Instead we have taken first an ssget at this points and make the fillet command work with the 2 selectionsets.
Does anyone know why the fillet command is an unknown command when used in a lisp routine for ABS 2006?
Registered forum members do not see this ad.
> supragod98 : now do you call it? Perhaps you have to use structure like this:
And does this command works in "manual" start?Code:(command "_.fillet") (while (/= (getvar "cmdactive") 0) (command pause) ) ;_ end of while
All I say is only my opinion.
Bookmarks