Salama Posted March 20, 2014 Posted March 20, 2014 (edited) Hi, currently i found on the web , this lisp to draw Road profile or any other profiles by the lisp that contains two commands : 1- " NGL " : To draw natural ground elevation in terms of station and elevation from an excel sheet with a Datum . 2- "PGL" : tO DRAW DESIGN ELEVATION from excel sheet too , with same datum. the lisp states an error message "error no function definition , (ACET-STR-FORMAT ) after loading " NGL" and entering datum , BUT it work with " PGL" without any error ... ??!! i use AutoCAD2012 ? , what do you think that the problem is ? lisp and excel are attached . https://www.mediafire.com/?dqbumocn3gm3132 https://www.mediafire.com/?dqbumocn3gm3132 PROFILE #NGL# - #PGL#.lsp Edited March 20, 2014 by Salama Quote
Snownut Posted March 20, 2014 Posted March 20, 2014 acet... functions are part of the extended tools function set, not normally installed with ACAD. Quote
Snownut Posted March 20, 2014 Posted March 20, 2014 Take a look here.. http://autocadtips.wordpress.com/2011/04/26/express-tools-for-autocad-architecture-2012/ Quote
Salama Posted March 28, 2014 Author Posted March 28, 2014 Take a look here.. http://autocadtips.wordpress.com/2011/04/26/express-tools-for-autocad-architecture-2012/ i tried this , and loaded express tools , but still same message appears . (setq datscaled (list (car datreal)(* verscale (cadr datreal)) )) (setq opt nil) (while (and(/= opt "Yes")(/= opt "No")) (SETQ dopt "Yes") (initget "Yes No Options") (setq option (getkword (acet-str-format "\nAttach Start-up Template [Yes/No/Options] : " Dopt)) option (if option option Dopt) ) (IF (= option "Options") (pro) ) (setq opt option) ) ....................... is there any approach to avoid that error ?? , the part of LISP that includes the appeared error text: " acet-str-format " . Quote
hmsilva Posted March 28, 2014 Posted March 28, 2014 Hi Salama, take a look at Error: no function definition: ACET-STR-FORMAT HTH Henrique Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.