jimpcfd Posted September 20, 2010 Posted September 20, 2010 hi all i had this problem a couple of week ago with another lisp file and someone on this forum very kindly pointed the problem out for me,which was the command ie... (command "LINE" pt1 pt2 ""). now i have changed this in the new file (please see attached file) to (vl-cmdf "._LINE" pt1 pt2"") but this has not solved the problem. the idea of the routine is the changed the number of gaps and the width of the gaps, ie if you had a line with 7 gaps with a width of 4mm and you need to changed them to 5 gaps with a width of 5mm. can anyone help please? thanks jimpcfd P$BCHA.LSP Quote
Tharwat Posted September 20, 2010 Posted September 20, 2010 (edited) Hello. Actually where does the main problem occur ? Does the routine start or not ? Tharwat Edited September 20, 2010 by Tharwat 2nd question added Quote
lpseifert Posted September 20, 2010 Posted September 20, 2010 seems to be looking for a list named 'pv$message' but no list has been created in the code. Maybe it's a global variable from somewhere else? Quote
Lt Dan's legs Posted September 20, 2010 Posted September 20, 2010 please do a snap shot of what you're talking about. It's a little confusing to me Quote
jimpcfd Posted September 20, 2010 Author Posted September 20, 2010 seems to be looking for a list named 'pv$message' but no list has been created in the code. Maybe it's a global variable from somewhere else? yeah that's just message for the prompts ie how many number of bridges etc , those promt messages are in acddoc.lsp file please do a snap shot of what you're talking about. It's a little confusing to me sorry, i will try again... the routine is designed to change the number of gaps and width of gaps in a line, arc and circle, all line, arcs and circles would already have these gaps in them. although we call the gaps bridges. i think that's as clear as mud !!! thanks jimpcfd 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.