<?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: CREATING CUSTOM LINETYPE in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6792975#M245541</link>
    <description>&lt;P&gt;Welcome to these Forums!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think you can do what you're after in a single linetype.&amp;nbsp; A linetype definition can't have elements in different colors.&amp;nbsp; I would suggest a Block [in which things &lt;EM&gt;can&lt;/EM&gt; be of different colors] with the Circle and Text [no reason for it to be an Attribute Definition] and masking Hatch pattern [which may as well be Solid, not parallel lines], and separately, a linetype with the X's in it [whether as Shapes or as Text elements].&amp;nbsp; Then draw the silt fence "path" in that linetype, and &lt;STRONG&gt;ARRAYPATH&lt;/STRONG&gt; the Block along that path.&amp;nbsp; If you do it as an &lt;EM&gt;associative&lt;/EM&gt; Arraypath, it will &lt;EM&gt;adjust itself&lt;/EM&gt; if you alter the shape of the path.&amp;nbsp; And you can set it to &lt;EM&gt;not&lt;/EM&gt; Align the Blocks with the path, so that all the SF's will always be upright.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff6600"&gt;EDIT:&lt;/FONT&gt;&amp;nbsp; Wipeout sounds better, although it would need to be polygonal, whereas a Solid Hatch pattern can be truly circular.&amp;nbsp; And the &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_self"&gt;Customization Forum&lt;/A&gt; is really the better place for something like this -- it's not version-dependent [the linetype part, that is --&amp;nbsp;for older versions that don't have ARRAYPATH,&amp;nbsp;similar though non-associative results can be gotten with MEASURE/DIVIDE].&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2017 17:39:07 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2017-01-09T17:39:07Z</dc:date>
    <item>
      <title>CREATING CUSTOM LINETYPE</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6786297#M245538</link>
      <description>&lt;P&gt;I was hoping someone could help? I was tasked with creating a linetype for a silt fence.&amp;nbsp;I first drew a few items that I later turned into objects and made several attempts to try to find a way to create a linetype with text inside a circle and the the circle to be not transparent. I did create the linetype, however, the circle was transparent and I needed what was below to be not visible. I was able to achieve this using the objects I created and the using the multiline tool and setting the offset to zero but it did not work as well as&amp;nbsp;I thought it would. Also, the object hatch I created in the attached dwg file I used&amp;nbsp;color 255 and set in the ctb file to use object color to have a white background when plotted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to know is if its possible to do this with a single line linetype?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using AutoCAD 2015 on windows 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I very well may be in the wrong forum, please forgive, its my first time posting something.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 22:19:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6786297#M245538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-05T22:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING CUSTOM LINETYPE</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6792935#M245539</link>
      <description>&lt;P&gt;I think what you are asking for is not possible with a linetype.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For erosion control symbols, I've created blocks similar to yours, but added a WIPEOUT in the block definition, just slightly larger than the diameter of the circle. &amp;nbsp;This WIPEOUT is then moved to the back (within the block).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, that doesn't really help with a linetype, though. &amp;nbsp;Or does it. &amp;nbsp;How about creating a path array using the block (with wipeout).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The drawing I've included is intended to give you ideas, and probably isn't quite ready for prime time use just yet. &amp;nbsp;Look at the silt fence on the south side of the site.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 17:10:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6792935#M245539</guid>
      <dc:creator>ITandCADguy</dc:creator>
      <dc:date>2017-01-09T17:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING CUSTOM LINETYPE</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6792962#M245540</link>
      <description>&lt;P&gt;I'm not 100% certain of what you are trying to achieve.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for complex line types i might consider a path array as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/502934"&gt;@ITandCADguy&lt;/a&gt;&amp;nbsp;mentioned.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Past that the process is to create a shape and then put that shape into a line type. Below is a screencast showing proof of principle for simple line type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="iframe-container"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/8de52e16-f807-49bc-a82e-02fffe423997" width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" style="display: inline;"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Jan 2017 17:19:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6792962#M245540</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2017-01-09T17:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING CUSTOM LINETYPE</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6792975#M245541</link>
      <description>&lt;P&gt;Welcome to these Forums!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think you can do what you're after in a single linetype.&amp;nbsp; A linetype definition can't have elements in different colors.&amp;nbsp; I would suggest a Block [in which things &lt;EM&gt;can&lt;/EM&gt; be of different colors] with the Circle and Text [no reason for it to be an Attribute Definition] and masking Hatch pattern [which may as well be Solid, not parallel lines], and separately, a linetype with the X's in it [whether as Shapes or as Text elements].&amp;nbsp; Then draw the silt fence "path" in that linetype, and &lt;STRONG&gt;ARRAYPATH&lt;/STRONG&gt; the Block along that path.&amp;nbsp; If you do it as an &lt;EM&gt;associative&lt;/EM&gt; Arraypath, it will &lt;EM&gt;adjust itself&lt;/EM&gt; if you alter the shape of the path.&amp;nbsp; And you can set it to &lt;EM&gt;not&lt;/EM&gt; Align the Blocks with the path, so that all the SF's will always be upright.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff6600"&gt;EDIT:&lt;/FONT&gt;&amp;nbsp; Wipeout sounds better, although it would need to be polygonal, whereas a Solid Hatch pattern can be truly circular.&amp;nbsp; And the &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_self"&gt;Customization Forum&lt;/A&gt; is really the better place for something like this -- it's not version-dependent [the linetype part, that is --&amp;nbsp;for older versions that don't have ARRAYPATH,&amp;nbsp;similar though non-associative results can be gotten with MEASURE/DIVIDE].&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 17:39:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6792975#M245541</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-01-09T17:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING CUSTOM LINETYPE</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6792991#M245542</link>
      <description>&lt;P&gt;This is another one. as you can see the 'hatched' part is still transparent though.&amp;nbsp;&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="CADnoob line type help.png" style="width: 509px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/309329iCECA940E58A4828D/image-size/large?v=v2&amp;amp;px=999" role="button" title="CADnoob line type help.png" alt="CADnoob line type help.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 17:29:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6792991#M245542</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2017-01-09T17:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING CUSTOM LINETYPE</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6795848#M245543</link>
      <description>&lt;P&gt;just htouhgt about mline&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you might be able to pull off something very close to what you want using mline&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-2013-2014-2015-2016-2017/text-color-in-linetype/m-p/6380978/highlight/true#M128873" target="_blank"&gt;https://forums.autodesk.com/t5/autocad-2013-2014-2015-2016-2017/text-color-in-linetype/m-p/6380978/highlight/true#M128873&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just layer a couple of the custom line parts&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 16:41:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6795848#M245543</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2017-01-10T16:41:41Z</dc:date>
    </item>
    <item>
      <title>Betreff: CREATING CUSTOM LINETYPE</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6796731#M245544</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this party is taking place without you&amp;nbsp;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.autodesk.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would you want to participate by giving us a feedback? Much appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sure many readers are interested in this solution, too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need further assistance on this, please continue the conversation&lt;BR /&gt;&lt;BR /&gt;Please create a new thread for other questions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 21:17:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6796731#M245544</guid>
      <dc:creator>Sofia.Xanthopoulou</dc:creator>
      <dc:date>2017-01-10T21:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: CREATING CUSTOM LINETYPE</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6804988#M245545</link>
      <description>&lt;P&gt;Thank you everyone for your feedback, I apologize for the late response.&amp;nbsp; I have read what everyone has said, dyoung, the wipeout you created in the block, I thought I had attempted that before and it didn't work.&amp;nbsp; So I appreciate you posting the that drawing that will help me out in the future.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TheCadnoob, thanks for taking the time to make the video, I had created a similar line on the attached REV1 dwg, but I was not aware that you could explode the text like that, that will help me in the long run, definitely.&amp;nbsp;I also did mention that the scale for what I was working on was 1:100, at that scale you cant see through the hatch, it simply plots out to be white on paper. I had trouble making the solid hatch and creating it to be polygonal to make into a shape file. Also, if see the attached REV1 dwg, you can see my attempt at a multiline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kent1Cooper, I agree with what you say, I had told everyone&amp;nbsp;the most&amp;nbsp;governing factor is that you can only assign one color to a single line, but I needed some confirmation from the community, I can use the rest of your feedback as well, very much appreciated. I will also check into Customization Forum as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone, I'm pretty much teaching myself at this point so your input is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The project that we had the debate about the silt fence is still ongoing, but in the attachment you can see the block we had used along an ARRAYPATH. When plotted the text is brought&amp;nbsp;to the front,&amp;nbsp;and the hatch plots white. It was the only solution I came up with.&amp;nbsp;&amp;nbsp;I will definitely be using all ideas you gave on future projects.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 21:48:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-custom-linetype/m-p/6804988#M245545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-13T21:48:30Z</dc:date>
    </item>
  </channel>
</rss>

