Jump to content

Recommended Posts

Posted

This is probably another simple one but I tried many version on this last night and had some troubles. With the FILLET command in a VLISP program, why is it that this works:

 

(command "._FILLET" "r" "0.375")
(command "._FILLET" pt14 pt15)

 

 

but this does not

 

(command "._FILLET" "r" "0.375" pt14 pt15)

 

pt14 and pt15 are defined points and they are close to one another, one on a horizontal line and one on a vertical line which intersect. OSMODE is set to 0. When I carry out the FILLET command at the command line even using !pt14 and !pt15...it works. But when the code runs if I don't use two line it craps out.

Posted

You can try setting pickbox to 0

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...