<?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: Dynamic Block - Array but hide partial end in Dynamic Blocks Forum</title>
    <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450611#M16948</link>
    <description>&lt;P&gt;Post a drawing with enough examples to show exactly what you are looking to do.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Dec 2018 17:25:12 GMT</pubDate>
    <dc:creator>Libbya</dc:creator>
    <dc:date>2018-12-06T17:25:12Z</dc:date>
    <item>
      <title>Dynamic Block - Array but hide partial end</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450558#M16947</link>
      <description>&lt;P&gt;I have made several dynamic metal roof panel profiles that will array along a length.&amp;nbsp; Due to making the panels start/stop at the centerline of a rib, the panels are usually too short or too long for the detail.&amp;nbsp; The current fix is to explode the block, join all the piece together as a polyline (to keep it all together) and trim off the excess.&amp;nbsp; How can I mimic how ACAD makes its metal roof panel end section from the detail components, where it only draws the panel to your endpoint, not to the next rib?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 17:07:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450558#M16947</guid>
      <dc:creator>jk1173</dc:creator>
      <dc:date>2018-12-06T17:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block - Array but hide partial end</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450611#M16948</link>
      <description>&lt;P&gt;Post a drawing with enough examples to show exactly what you are looking to do.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 17:25:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450611#M16948</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2018-12-06T17:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block - Array but hide partial end</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450648#M16949</link>
      <description>&lt;P&gt;Here are some profiles.&amp;nbsp; The bottom 3 are mine, the top is AutoCAD's.&amp;nbsp; I picked 3 different types, 1 is a single line, 1 is a little more complex, and the other has visibility states.&amp;nbsp; I know their's is created differently through coding and not blocks.&amp;nbsp; I found the xml for AutoCAD's and it mentions creating boundaries.&amp;nbsp; Is there a way to mimic this with dynamic blocks?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 17:38:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450648#M16949</guid>
      <dc:creator>jk1173</dc:creator>
      <dc:date>2018-12-06T17:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block - Array but hide partial end</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450707#M16950</link>
      <description>&lt;P&gt;How accurate does the profile need to match your drawn versions?&amp;nbsp; If there is some leeway, then in my opinion the easiest way to accomplish that would be to use the free hatchmaker lisp to make a custom hatch pattern that matches the profile you want to display.&amp;nbsp; Then make an associative boundary and add the hatch.&amp;nbsp; Use dynamic parameters/actions to manipulate the hatch boundary.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 18:01:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450707#M16950</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2018-12-06T18:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block - Array but hide partial end</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450765#M16951</link>
      <description>&lt;P&gt;I would prefer to stick with lines and polylines.&amp;nbsp; I will look into that lisp and see how well it would work.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 18:21:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450765#M16951</guid>
      <dc:creator>jk1173</dc:creator>
      <dc:date>2018-12-06T18:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block - Array but hide partial end</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450805#M16952</link>
      <description>&lt;P&gt;You need to draw the hatch within a 1x1 grid snapped to 0.01 spacing.&amp;nbsp; When your profiles are shrunk to a 1 unit repeating pattern, the endpoints do not land on those required snap points.&amp;nbsp; Some adjustment would be necessary to use that approach.&amp;nbsp; It is the most easily implemented way to do what you are asking for though, if you can tolerate the difference in profile needed to match the grid points of the hatch maker.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option would be to use a wipeout to cover the part that extends beyond the desired length.&amp;nbsp; That method has its own limitations, though.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 18:32:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-array-but-hide-partial-end/m-p/8450805#M16952</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2018-12-06T18:32:49Z</dc:date>
    </item>
  </channel>
</rss>

