<?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: how to create dynamic blocks in VBA in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8018111#M6669</link>
    <description>&lt;P&gt;There is no API exposed/supported in AutoCAD's COM/.NET API for defining block's dynamic properties. So, no, you cannot use VBA to do what you want.&lt;/P&gt;</description>
    <pubDate>Tue, 22 May 2018 13:13:36 GMT</pubDate>
    <dc:creator>Norman_Yuan</dc:creator>
    <dc:date>2018-05-22T13:13:36Z</dc:date>
    <item>
      <title>how to create dynamic blocks in VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8016337#M6668</link>
      <description>&lt;P&gt;Hi, I am looking to see how to create a dynamic block in VBA?&lt;/P&gt;&lt;P&gt;Essentially, I want to import a dynamic block, add or remove actions, and save it (re-create it).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand how to create a regular block, how do you import the dynamic block properties, actions, stretch etc.?&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 20:20:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8016337#M6668</guid>
      <dc:creator>bkovan</dc:creator>
      <dc:date>2018-05-21T20:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dynamic blocks in VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8018111#M6669</link>
      <description>&lt;P&gt;There is no API exposed/supported in AutoCAD's COM/.NET API for defining block's dynamic properties. So, no, you cannot use VBA to do what you want.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 13:13:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8018111#M6669</guid>
      <dc:creator>Norman_Yuan</dc:creator>
      <dc:date>2018-05-22T13:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dynamic blocks in VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8028764#M6670</link>
      <description>&lt;P&gt;You may have to resort to using lisp entmake called from your vba take a simple dynamic block say a rectang and pull it apart. Getting into the extended parts about constraints.&lt;/P&gt;</description>
      <pubDate>Sun, 27 May 2018 11:27:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8028764#M6670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-27T11:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dynamic blocks in VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8028797#M6671</link>
      <description>&lt;P&gt;You should be able to do with VBA I just created a dynamic object from scratch that has a dynamic radius , my reference was code from Togores, Reinaldo N.. Programming 3D. Solids, Meshes &amp;amp; Surfaces. (AutoCAD expert's Visual LISP) a book I bought from Kindle for a few dollars well worth the investment.&lt;/P&gt;&lt;P&gt;make a shape then use&amp;nbsp;&lt;/P&gt;&lt;P&gt;(vl-cmdf "_AutoConstrain" (entlast) "")&amp;nbsp;&lt;/P&gt;&lt;P&gt;(vl-cmdf "_DcRadius" (getpoint "p1")(getpoint " p2")) add other constraints.&lt;/P&gt;&lt;P&gt;(vl-cmdf "_DcVertical" (getpoint "p1")(getpoint " p2"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScreenShot125.jpg" style="width: 348px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/505241i270E0135ADEBFB63/image-size/large?v=v2&amp;amp;px=999" role="button" title="ScreenShot125.jpg" alt="ScreenShot125.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 May 2018 13:08:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8028797#M6671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-27T13:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dynamic blocks in VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8056737#M6672</link>
      <description>&lt;P&gt;May be..&amp;nbsp; Import XML (LandXML)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 18:20:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8056737#M6672</guid>
      <dc:creator>sanchezemail</dc:creator>
      <dc:date>2018-06-08T18:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dynamic blocks in VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8058158#M6673</link>
      <description>&lt;P&gt;You can't create dynamic blocks using VBA.&amp;nbsp;However, you can create a dynamic block with AutoCAD and then insert it into a drawing modifying it's properties. Cheers!&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jun 2018 00:00:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-create-dynamic-blocks-in-vba/m-p/8058158#M6673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-10T00:00:25Z</dc:date>
    </item>
  </channel>
</rss>

