Jump to content

Recommended Posts

Posted

I got a lisp file called "inbetween" that was used with 2008 and it does not work for 2010. Is there already a thread for this?

 

(DEFUN C:INBETWEEN ()

(SETQ XPT1 (GETPOINT "\nSELECT FIRST POINT: "))

(SETQ XPT2 (GETPOINT "\nSELECT 2nd POINT: "))

(POLAR XPT1 (ANGLE XPT1 XPT2) (/ (DISTANCE XPT1 XPT2) 2.0))

)

Posted

Ok......What is wrong now???????????

 

Command:

Command: _m2p Unknown command "M2P". Press F1 for help.

 

 

OK,,,,,,,,Now it's working,,,,,,,Why it is working now but not before????????????

Posted

When making a line try mtp or m2p (while command is active).

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