<?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: Hidden line type with Flow arrow (&amp;lt;) in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hidden-line-type-with-flow-arrow-lt/m-p/12267984#M23587</link>
    <description>&lt;P&gt;You're welcome.&amp;nbsp; &lt;A href="https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-FEDCE7EB-4919-43AE-A54E-F3A293DD60CA" target="_blank" rel="noopener"&gt;&amp;gt;These things are not difficult.&amp;lt;&lt;/A&gt;&amp;nbsp; Other variants are possible, for example if you like your arrowheads attached to a piece of shaft, try this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1695751757861.png" style="width: 439px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1272008i1B41392C19695873/image-dimensions/439x60?v=v2" width="439" height="60" role="button" title="Kent1Cooper_0-1695751757861.png" alt="Kent1Cooper_0-1695751757861.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;STRONG&gt;*ARROWSHIDDEN,- - - -&amp;gt; - - - -&amp;gt; - - - -&amp;gt; - - - -&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;STRONG&gt;A,1,-.5,1.5,["&amp;gt;",ROMANS,S=1.0,R=0.0,X=-0.95237,Y=-.4285657],-.5,1,-.5,1,-.5&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2023 18:37:46 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2023-09-26T18:37:46Z</dc:date>
    <item>
      <title>Hidden line type with Flow arrow (&lt;)</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hidden-line-type-with-flow-arrow-lt/m-p/12267897#M23584</link>
      <description>&lt;P&gt;Has anyone created this. It's a constant request from our engineers to have a hidden linetype version of all of our lines, even those with Text (ie OHU, UGU, W, etc)?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 17:34:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hidden-line-type-with-flow-arrow-lt/m-p/12267897#M23584</guid>
      <dc:creator>sjmsme</dc:creator>
      <dc:date>2023-09-26T17:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden line type with Flow arrow (&lt;)</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hidden-line-type-with-flow-arrow-lt/m-p/12267949#M23585</link>
      <description>&lt;P&gt;I have this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1695750868134.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1271995i17B4B75DF698B5DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1695750868134.png" alt="Kent1Cooper_0-1695750868134.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;*ARROWSHIDDEN,- - - - &amp;gt; - - - - &amp;gt; - - - - &amp;gt; - - - -&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;A,1,-.5,1,-1,["&amp;gt;",ROMANS,S=1.0,R=0.0,X=-0.95237,Y=-.4285657],-.5,1,-.5,1,-.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It requires a Text Style defined in the drawing called &lt;STRONG&gt;ROMANS&lt;/STRONG&gt; which uses the &lt;STRONG&gt;ROMANS.shx&lt;/STRONG&gt; font, without a fixed height.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each dash is &lt;STRONG&gt;1&lt;/STRONG&gt; drawing unit long at an effective linetype scale [the drawing's multiplied by the object's] of &lt;STRONG&gt;1&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can monkey with the relative sizes of the dashes [positive numbers] and gaps [negative], the number of them between arrows, etc., and use it as a basis for linetypes with other text [or shape] inclusions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That Line is drawn from left to right.&amp;nbsp; Use &lt;STRONG&gt;&lt;FONT size="4"&gt;&amp;lt;&lt;/FONT&gt;&lt;/STRONG&gt; instead to point the other way, or use a Rotation entry, and adjust the sizes of the gaps on either side of it to suit.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 18:03:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hidden-line-type-with-flow-arrow-lt/m-p/12267949#M23585</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-09-26T18:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden line type with Flow arrow (&lt;)</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hidden-line-type-with-flow-arrow-lt/m-p/12267957#M23586</link>
      <description>&lt;P&gt;Kent!&amp;nbsp; thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 17:59:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hidden-line-type-with-flow-arrow-lt/m-p/12267957#M23586</guid>
      <dc:creator>sjmsme</dc:creator>
      <dc:date>2023-09-26T17:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden line type with Flow arrow (&lt;)</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hidden-line-type-with-flow-arrow-lt/m-p/12267984#M23587</link>
      <description>&lt;P&gt;You're welcome.&amp;nbsp; &lt;A href="https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-FEDCE7EB-4919-43AE-A54E-F3A293DD60CA" target="_blank" rel="noopener"&gt;&amp;gt;These things are not difficult.&amp;lt;&lt;/A&gt;&amp;nbsp; Other variants are possible, for example if you like your arrowheads attached to a piece of shaft, try this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1695751757861.png" style="width: 439px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1272008i1B41392C19695873/image-dimensions/439x60?v=v2" width="439" height="60" role="button" title="Kent1Cooper_0-1695751757861.png" alt="Kent1Cooper_0-1695751757861.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;STRONG&gt;*ARROWSHIDDEN,- - - -&amp;gt; - - - -&amp;gt; - - - -&amp;gt; - - - -&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;STRONG&gt;A,1,-.5,1.5,["&amp;gt;",ROMANS,S=1.0,R=0.0,X=-0.95237,Y=-.4285657],-.5,1,-.5,1,-.5&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 18:37:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hidden-line-type-with-flow-arrow-lt/m-p/12267984#M23587</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-09-26T18:37:46Z</dc:date>
    </item>
  </channel>
</rss>

