Recommended Posts

Posted

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

Posted

A czy mógłbym poprosić jeszcze o wyjaśnienie co oznaczają te +.:s

Zgaduje że chodzi o wersje ZWCADA z plusem i bez...

W opisach funkcji ssget nie mogę nic znaleźć o tych znaczkach.

Dziękuję 

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