Mały lisp a nie działa w ZWCad 2012 Classic


Recommended Posts

Aby nie wystraszyć powiem ze to tylko kilka linijek tekstu:

(defun c:dp ()
(vl-load-com)
(if (and (progn (prompt "\n Select Polyline :")
           (setq e (ssget "_+.:s" '((0 . "*POLYLINE"))))
         )
         (setq p (getpoint "\n Specify point on the previous selected polyline :"))
    )
  (print (vlax-curve-getdistatpoint (ssname e 0) (vlax-curve-getclosestpointto (ssname e 0) p)))
)
(print)
);KONIEC

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

Loading...