<?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: (ssget list) not working in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-list-not-working/m-p/5965868#M135599</link>
    <description>oh, it is good working thanks KerryBrown.</description>
    <pubDate>Mon, 28 Dec 2015 00:28:45 GMT</pubDate>
    <dc:creator>nychoe1</dc:creator>
    <dc:date>2015-12-28T00:28:45Z</dc:date>
    <item>
      <title>(ssget list) not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-list-not-working/m-p/5965522#M135597</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I edited a lisp, but not working&lt;/P&gt;&lt;P&gt;what is wrong?&amp;nbsp; let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(defun c:test ()&lt;BR /&gt;(setq pt (getpoint))&lt;BR /&gt;(setq ss (ssget "c" pt (list "@500.0 -500.0") (list (cons 0 "circle") ))) ; I want to get other corner @Anonymous﻿,-500 from pt.&lt;BR /&gt;(command "change" ss "" "p" "c" "6" "")&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe, it problem is&amp;nbsp; -&amp;gt;&amp;gt;&amp;nbsp; (list "@500.0 -500.0")&amp;nbsp;???&lt;/P&gt;</description>
      <pubDate>Sun, 27 Dec 2015 06:57:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-list-not-working/m-p/5965522#M135597</guid>
      <dc:creator>nychoe1</dc:creator>
      <dc:date>2015-12-27T06:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: (ssget list) not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-list-not-working/m-p/5965552#M135598</link>
      <description>&lt;P&gt;Perhaps try something like this :&lt;/P&gt;
&lt;PRE&gt;(defun c:doit ( / pt ss )
  (if (and (setq pt (getpoint "\nSelect work point :"))
           (setq ss (ssget "c"
                           pt
                           (mapcar '+ (list 500.0 -500.0 0.0) pt)
                           (list (cons 0 "circle"))
                    )
           )
      )
    (vl-cmdf "_change" ss "" "p" "c" "6" "")
  )
)&lt;/PRE&gt;</description>
      <pubDate>Sun, 27 Dec 2015 10:58:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-list-not-working/m-p/5965552#M135598</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2015-12-27T10:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: (ssget list) not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-list-not-working/m-p/5965868#M135599</link>
      <description>oh, it is good working thanks KerryBrown.</description>
      <pubDate>Mon, 28 Dec 2015 00:28:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/ssget-list-not-working/m-p/5965868#M135599</guid>
      <dc:creator>nychoe1</dc:creator>
      <dc:date>2015-12-28T00:28:45Z</dc:date>
    </item>
  </channel>
</rss>

