<?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 Assign alias to fit point spline in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assign-alias-to-fit-point-spline/m-p/9452677#M75790</link>
    <description>&lt;P&gt;How do I assign an alias to a command such as 'fit point spline' if it is not available in the alias editor by default?&lt;/P&gt;</description>
    <pubDate>Sat, 18 Apr 2020 12:40:10 GMT</pubDate>
    <dc:creator>Intuos5</dc:creator>
    <dc:date>2020-04-18T12:40:10Z</dc:date>
    <item>
      <title>Assign alias to fit point spline</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assign-alias-to-fit-point-spline/m-p/9452677#M75790</link>
      <description>&lt;P&gt;How do I assign an alias to a command such as 'fit point spline' if it is not available in the alias editor by default?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 12:40:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assign-alias-to-fit-point-spline/m-p/9452677#M75790</guid>
      <dc:creator>Intuos5</dc:creator>
      <dc:date>2020-04-18T12:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Assign alias to fit point spline</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assign-alias-to-fit-point-spline/m-p/9452943#M75791</link>
      <description>&lt;P&gt;Please , what ACAD , do you use, VANILLA, or what?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 15:45:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assign-alias-to-fit-point-spline/m-p/9452943#M75791</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2020-04-18T15:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Assign alias to fit point spline</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assign-alias-to-fit-point-spline/m-p/9452953#M75792</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2003073"&gt;@Intuos5&lt;/a&gt;&amp;nbsp; hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;add these code line to your acad.lsp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;enjoy&lt;/P&gt;&lt;P&gt;moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;; pedit fit
(defun c:pef ()
 (command-s "._pedit" pause "_Fit")
)

; pedit spline
(defun c:pes ()
 (command-s "._pedit" pause "_spline")
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 15:56:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assign-alias-to-fit-point-spline/m-p/9452953#M75792</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-04-18T15:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Assign alias to fit point spline</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assign-alias-to-fit-point-spline/m-p/9453005#M75793</link>
      <description>&lt;P&gt;I'm using Autocad 2018 on Windows 10.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/52747"&gt;@Moshe-A&lt;/a&gt;I was hoping there was a solution within the UI since there are two spline commands (through points and control points) in Customise user interface.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll guess I'll have to look into how to use your LISP script,&amp;nbsp; thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 16:52:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assign-alias-to-fit-point-spline/m-p/9453005#M75793</guid>
      <dc:creator>Intuos5</dc:creator>
      <dc:date>2020-04-18T16:52:01Z</dc:date>
    </item>
  </channel>
</rss>

