BUGS
1) When changing the path for fonts the dialog box shows the old path and states that it doesn't exist, however the new path shows up in the line for paths for fonts, and changing this twice caused the program to crash.2) NODE or POINT entity snap does not function on a one time basis. It works if it is the running snap but not if it is the override snape. All the others seem to work fine. 3) The FLATTEN command does not work and I use this command a lot.
Comments
-
1) I would recommend copying all your shx fonts to the Intellicad font folder to avoid problems of this nature.2) This is a syntax error again. Change _NODE to NODE to fix it.3) Looks like this command has not been updated for LWPOLYLINES? There are two possible solutions:- Save drawing as R13 release, reopen it. This changes LWPOLYLINE elevations to 0. Flatten should work with other entities.- Use this updated Autocad FLATTEN lisp routine (modified to work with Intellicad). Command renamed to FLAT to avoid conflict with native command.http://217.13.30.106/files/FLAT.LSP
0