<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Identify the Command used in LISP in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12705751#M15387</link>
    <description>Calculation like there is insert of block "ej" which will be added on point number 3,5,7 on up line and similar on downline.&lt;BR /&gt;Insert Block Name "5m" on meddle of two points between 1&amp;amp;2, 2&amp;amp;3, 3&amp;amp;4, 5&amp;amp;6, 7&amp;amp;8.&lt;BR /&gt;Insert Block name "left-rc" on Point 1&amp;amp;9 of both line but on points 9 it will be rotated 180.&lt;BR /&gt;and after all these add dimension like showing in drawing.&lt;BR /&gt;</description>
    <pubDate>Fri, 12 Apr 2024 23:39:14 GMT</pubDate>
    <dc:creator>Amriya_Exe</dc:creator>
    <dc:date>2024-04-12T23:39:14Z</dc:date>
    <item>
      <title>Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12702891#M15380</link>
      <description>&lt;P&gt;My requirement is want to how this attached lisp is functioning so I can also write/learn something like that as per my requirement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This LISP ask to select 9 points on downline and 9 points on upline when we use command "PLAN-AK" then add some custom blocks on that points with some formal/calculation.&lt;/P&gt;&lt;P&gt;Please Check VIDEO attached to see How this working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6350716027112w400h199r538" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6350716027112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6350716027112w400h199r538');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6350716027112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 20:10:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12702891#M15380</guid>
      <dc:creator>Amriya_Exe</dc:creator>
      <dc:date>2024-04-11T20:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12703335#M15381</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9896824"&gt;@Amriya_Exe&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It looks like it took you just over a minute.&amp;nbsp; Isn't that good enough?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 00:59:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12703335#M15381</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2024-04-12T00:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12703460#M15382</link>
      <description>&lt;P&gt;Is red line a line or pline going through all points ? If so can use that to select 2 rows of points. If the points are created in sequence it looks like that then easy, if not can sort the points into correct order, that would take like 3 seconds then your splat answer,&amp;nbsp; maybe 10 seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please confirm. Hint (SSGET "F" pts '((0 . "POINT")))&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 02:57:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12703460#M15382</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2024-04-12T02:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12703571#M15383</link>
      <description>&lt;P&gt;Yes that Polyline is going through all points.&lt;/P&gt;&lt;P&gt;For this example points in same sequence all at distance of 4.490m. but on actual work some will be at 4.985, 4.983, 4.992, something like that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to know how it's working and I wanted to recreate my own version of it.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 04:37:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12703571#M15383</guid>
      <dc:creator>Amriya_Exe</dc:creator>
      <dc:date>2024-04-12T04:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12705131#M15384</link>
      <description>&lt;P&gt;&lt;FONT color="#0000FF"&gt;Bonjour &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9896824"&gt;@Amriya_Exe&lt;/a&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;It does not seem very difficult.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;If I understand correctly, of course !&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;For example, what does it mean ? :&lt;STRONG&gt;&lt;EM&gt; on that points with some formal/calculation.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;What kind of calculations?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;Amicalement&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 16:47:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12705131#M15384</guid>
      <dc:creator>-didier-</dc:creator>
      <dc:date>2024-04-12T16:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12705202#M15385</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9896824"&gt;@Amriya_Exe&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;My requirement is want to how this attached lisp is functioning ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That is a &lt;STRONG&gt;.VLX&lt;/STRONG&gt; file, which is a &lt;EM&gt;compiled&lt;/EM&gt; format, and we can't get into it, to look at how it functions.&amp;nbsp; If you have access to the presumed AutoLisp &lt;STRONG&gt;.LSP&lt;/STRONG&gt; file that it was compiled from, maybe we could advise you.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 17:21:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12705202#M15385</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-04-12T17:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12705744#M15386</link>
      <description>I don't have LSP.&lt;BR /&gt;Cant we get some idea from the process to make similar?</description>
      <pubDate>Fri, 12 Apr 2024 23:25:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12705744#M15386</guid>
      <dc:creator>Amriya_Exe</dc:creator>
      <dc:date>2024-04-12T23:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12705751#M15387</link>
      <description>Calculation like there is insert of block "ej" which will be added on point number 3,5,7 on up line and similar on downline.&lt;BR /&gt;Insert Block Name "5m" on meddle of two points between 1&amp;amp;2, 2&amp;amp;3, 3&amp;amp;4, 5&amp;amp;6, 7&amp;amp;8.&lt;BR /&gt;Insert Block name "left-rc" on Point 1&amp;amp;9 of both line but on points 9 it will be rotated 180.&lt;BR /&gt;and after all these add dimension like showing in drawing.&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Apr 2024 23:39:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12705751#M15387</guid>
      <dc:creator>Amriya_Exe</dc:creator>
      <dc:date>2024-04-12T23:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12706241#M15388</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9896824"&gt;@Amriya_Exe&lt;/a&gt; Attach resulting dwg file so we can rewrite the code you are looking for!&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 09:49:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12706241#M15388</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2024-04-13T09:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12706375#M15389</link>
      <description>&lt;P&gt;Please find attachment.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 12:20:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12706375#M15389</guid>
      <dc:creator>Primerail01</dc:creator>
      <dc:date>2024-04-13T12:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12706799#M15390</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9896824"&gt;@Amriya_Exe&lt;/a&gt;&amp;nbsp; &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6076637"&gt;@Primerail01&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here you have it. Check if everything is here!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="lisp"&gt;(defun c:ppk( / *error* adoc ss points middlepoints i oldosm blk  evenp)
	;	author: Hak_vz 13.04.2024.
	;	https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5530556
	;	posted to
	; 	https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12706375#M464577
		
	(defun *error* ()
		(setvar 'cmdecho 1)
		(setvar 'osmode oldosm)
		(if (and adoc) (vla-endundomark adoc))
		(princ)
	)
	(defun evenp (num)(cond ((numberp num) (= (rem num 2.0) 0.0))))
	(princ "\nSelect points (they will auto order) &amp;gt;")
	(setq adoc (vla-get-activedocument (vlax-get-acad-object))) 
	(setq ss (ssget '((0 . "POINT"))) i -1)
	(cond 
		((and ss (&amp;gt;= (sslength ss) 2))
			(setq oldosm (getvar 'osmode))
			(setvar 'osmode 0)
			(setvar 'cmdecho 0)
			(vla-endundomark adoc)
			(vla-startundomark adoc)
			(while (&amp;lt; (setq i (1+ i)) (sslength ss))
				(setq points (cons (cdr (assoc 10 (entget (ssname ss i)))) points))
		
			)
			(setq points (vl-sort points '(lambda (a b) (&amp;lt; (car a)(car b)))))
			(setq i -1)
			(while (&amp;lt; (setq i (1+ i)) (1- (length points)))
				(setq middlepoints (cons (mapcar '* '(0.5 0.5 0.0) (mapcar '+ (nth i points)(nth (1+ i) points))) middlepoints))
			)
			(setq middlepoints (vl-sort middlepoints '(lambda (a b) (&amp;lt; (car a)(car b)))))
			(setq blk 
				(vlax-invoke
					(vlax-get 
						(vla-item 
							(vla-get-layouts 
								(vla-get-activedocument (vlax-get-acad-object))) "MODEL" )
								'block
					)
					'InsertBlock
					(car points) "left-rc" 1 1 1 0
				)
			)
			(setq blk 
				(vlax-invoke
					(vlax-get 
						(vla-item 
							(vla-get-layouts 
								(vla-get-activedocument (vlax-get-acad-object))) "MODEL" )
								'block
					)
					'InsertBlock
					(last points) "L-SEMIANCHOR" 1 1 1 0
				)
			)
			(setq i 0)
			(while (&amp;lt; (setq i (1+ i)) (1- (length points)))
				(setq blk 
					(vlax-invoke
						(vlax-get 
							(vla-item 
								(vla-get-layouts 
									(vla-get-activedocument (vlax-get-acad-object))) "MODEL" )
									'block
						)
						'InsertBlock
						(nth i points) "FULL-ANCHOR" 1 1 1 0
					)
				)	
			)
			(foreach pt middlepoints
				(setq blk 
					(vlax-invoke
						(vlax-get 
							(vla-item 
								(vla-get-layouts 
									(vla-get-activedocument (vlax-get-acad-object))) "MODEL" )
									'block
						)
						'InsertBlock
						pt "5m" 1 1 1 0
					)
				)
			)
			(initget "U D")
			(setq opt (strcase(getkword "\nUpline or Downline &amp;lt;U D&amp;gt; &amp;gt;&amp;gt;")))
			(if (= opt "D") (setq dir -1)(setq dir 1))
			(setq i -1 k (mapcar '* (list 0 dir) '(0 2.0)))
			(while (&amp;lt; (setq i (1+ i)) (1- (length points)))
				(command "_.dimhorizontal" (nth i points)(nth (1+ i) points)(mapcar '+ (nth (1+ i) points) k))
			)
			(setq i -1 spt nil)
			(while (&amp;lt; (setq i (1+ i)) (length points))
				(cond
					((= i 0)(setq spt (cons (nth i points) spt)))
					((and (evenp i)(&amp;lt; i (1- (length points))))
						(setq spt (cons (mapcar '- (nth i points)'(0.005 0.0)) spt))
						(setq spt (cons (mapcar '+ (nth i points)'(0.005 0.0)) spt))
					)
					((= i (1- (length points)))(setq spt (cons (last points) spt)))
				)
				(cond
					((and (evenp i)(&amp;gt; i 0)(&amp;lt; i (1-(length points))))
						(setq blk 
							(vlax-invoke
								(vlax-get 
									(vla-item 
										(vla-get-layouts 
											(vla-get-activedocument (vlax-get-acad-object))) "MODEL" )
											'block
								)
								'InsertBlock
								(nth i points) "ej" 1 1 1 pi
						
							)
						)
					)
				)
			)
			(setq spt (reverse spt))
			(setq i -1)
			(setq i -1 k (mapcar '* (list 0 dir) '(0 3.0)))
			(while (&amp;lt; (setq i (1+ i)) (1- (length spt)))
				(command "_.dimhorizontal" (nth i spt)(nth (1+ i) spt)(mapcar '+ (nth (1+ i) spt) k))
			)
			(setq k (mapcar '* (list 0 dir) '(0 4.0)))
			(command "_.dimhorizontal" (car points)(last points)(mapcar '+ (last points) k))
			(setvar 'osmode oldosm)
			(setvar 'cmdecho 1)
			(vla-endundomark adoc)
		)
	)
	(princ "\nDone!")
	(princ)
)
(princ "\n Enter PPK to run!")
(princ)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6350916306112w400h225r587" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6350916306112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6350916306112w400h225r587');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6350916306112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 10:48:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12706799#M15390</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2024-04-14T10:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12707190#M15391</link>
      <description>&lt;P&gt;Thank you very much.&lt;BR /&gt;I try but after selecting points I getting this message.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I getting this error.&lt;/P&gt;&lt;P&gt;Block not getting aligned to line.&lt;/P&gt;&lt;P&gt;When I select the points auto detect number detecting my first point as last point so adding wrong block on last point and last block on first block.&lt;/P&gt;&lt;P&gt;and last its getting stopped when its ask bout Downline or Upline.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amriya_Exe_0-1713072245844.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1349485i09B70CB43C7310AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Amriya_Exe_0-1713072245844.png" alt="Amriya_Exe_0-1713072245844.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 05:26:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12707190#M15391</guid>
      <dc:creator>Amriya_Exe</dc:creator>
      <dc:date>2024-04-14T05:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12707471#M15392</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9896824"&gt;@Amriya_Exe&lt;/a&gt;&amp;nbsp; See video on post #11 and take code. Not changed but added explanation for key selection for up down. &lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 10:52:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12707471#M15392</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2024-04-14T10:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12707897#M15393</link>
      <description>Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Sun, 14 Apr 2024 18:22:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12707897#M15393</guid>
      <dc:creator>Amriya_Exe</dc:creator>
      <dc:date>2024-04-14T18:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Identify the Command used in LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12707918#M15394</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9896824"&gt;@Amriya_Exe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check if code needs some modifications regarding block orientations or scaling depending on the case (U D) and distance between marker points.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 18:55:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/identify-the-command-used-in-lisp/m-p/12707918#M15394</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2024-04-14T18:55:36Z</dc:date>
    </item>
  </channel>
</rss>

