Forgot your password?
By Hsanon January 5, 2022 in AutoLISP, Visual LISP & DCL
Added to my to do list may be a couple of days.
11
9
8
5
Jan 10
6
Jan 6
4
Jan 8
Jan 7
3
BIGAL 11 posts
kidznok 9 posts
Hsanon 8 posts
Steven P 5 posts
Jan 10 2022
6 posts
Jan 6 2022
4 posts
Jan 8 2022
Jan 7 2022
3 posts
January 11, 2022
(defun C:SSAEXT4 (/ output Mainoutput SS ent P1 P2 P3 P4 P5 P6 P7 P8 P9 P10) ;best to name variables (vl-load-com) (if (setq SS (ssget '((0 . "LWPOLYLINE,LINE,POINT")))) (foreach obj (vl-remov
January 6, 2022
This will step thought each selection you make and get the relative information but it needs to be outputted to excel before the next one is processed. (defun C:SSAEXT (/ SS P1 P2 P3 P4 P5 P
January 7, 2022
add (setq myoutput (list P2 P3 P8)) and (setq myoutput (list P2 P3 P4 P5 P6 P7 P8)) to your point or line setq lists, append these to another list where your comment is, then after your foreach loop g
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.
× 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.
Recommended Posts
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.