Jump to content

Recommended Posts

Posted

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

Posted (edited)

Hello.

 

Actually where does the main problem occur ?

 

Does the routine start or not ?

 

Tharwat

Edited by Tharwat
2nd question added
Posted

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?

Posted

please do a snap shot of what you're talking about. It's a little confusing to me

Posted
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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...