<?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 simple borehole block with movable text? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-simple-borehole-block-with-movable-text/m-p/8799522#M139090</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; &lt;FONT color="#999999"&gt;&lt;EM&gt;...&amp;nbsp;that when I single click on it, a grip appears for the borehole ID attribute text so that I can move it.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This is exactly what AutoCAD can do if your GRIPS (System Variable) is ON .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Command: GRIPS&lt;BR /&gt;Enter new value for GRIPS &amp;lt;0&amp;gt;: &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 18 May 2019 10:22:47 GMT</pubDate>
    <dc:creator>imadHabash</dc:creator>
    <dc:date>2019-05-18T10:22:47Z</dc:date>
    <item>
      <title>How to create simple borehole block with movable text?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-simple-borehole-block-with-movable-text/m-p/8799047#M139087</link>
      <description>&lt;P&gt;I have searched and have yet to find my answer. I am trying to create a simple block that represents a borehole that when I single click on it, a grip appears for the borehole ID attribute text so that I can move it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the block annotative and it scales properly with the text. I just want to add in the ability to move the text relative to the block. In the block editor, I have set the the properties for the attribute LOCK POSITION to NO.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What am I doing wrong?@?!?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 21:10:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-simple-borehole-block-with-movable-text/m-p/8799047#M139087</guid>
      <dc:creator>MeowdyFren</dc:creator>
      <dc:date>2019-05-17T21:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple borehole block with movable text?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-simple-borehole-block-with-movable-text/m-p/8799234#M139088</link>
      <description>&lt;P&gt;If you have the Lock Position to No then the grip for the text should appear. Use ATTSYNC to resync the attribute in the block. A good habit is to use ATTSYNC whenever you have made modifications to a block with attributes.&lt;/P&gt;
&lt;P&gt;Nancy&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1167001"&gt;@MeowdyFren&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have searched and have yet to find my answer. I am trying to create a simple block that represents a borehole that when I single click on it, a grip appears for the borehole ID attribute text so that I can move it.&lt;/P&gt;
&lt;P&gt;I have the block annotative and it scales properly with the text. I just want to add in the ability to move the text relative to the block. In the block editor, I have set the the properties for the attribute LOCK POSITION to NO.&lt;/P&gt;
&lt;P&gt;What am I doing wrong?@?!?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2019 02:17:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-simple-borehole-block-with-movable-text/m-p/8799234#M139088</guid>
      <dc:creator>neaton</dc:creator>
      <dc:date>2019-05-18T02:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple borehole block with movable text?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-simple-borehole-block-with-movable-text/m-p/8799379#M139089</link>
      <description>&lt;P&gt;The grip you allude to is dependent upon the both the attribute's &lt;U&gt;insertion point&lt;/U&gt; and the attribute's &lt;U&gt;justification&lt;/U&gt; during ATTDEF. You should take your block to the Block Editor to re-evaluate attribute insertion point and justification then adjust them as needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, a typical borehole would have an ID attribute tag positioned at 3 o'clock relative to the BH with a justification of middle-left. Make sure the attribute is placed next to the BH symbol and not far away or the ID will display&amp;nbsp;&lt;EM&gt;way out in space.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2019 08:29:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-simple-borehole-block-with-movable-text/m-p/8799379#M139089</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2019-05-18T08:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple borehole block with movable text?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-simple-borehole-block-with-movable-text/m-p/8799522#M139090</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; &lt;FONT color="#999999"&gt;&lt;EM&gt;...&amp;nbsp;that when I single click on it, a grip appears for the borehole ID attribute text so that I can move it.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This is exactly what AutoCAD can do if your GRIPS (System Variable) is ON .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Command: GRIPS&lt;BR /&gt;Enter new value for GRIPS &amp;lt;0&amp;gt;: &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2019 10:22:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-simple-borehole-block-with-movable-text/m-p/8799522#M139090</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2019-05-18T10:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple borehole block with movable text?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-simple-borehole-block-with-movable-text/m-p/8804569#M139091</link>
      <description>&lt;P&gt;With my Borehole, I create an attribute where it has a Dynamic Point Parameter inserted on the insertion point, and then a Move action is assigned to them.&amp;nbsp; You can then simply click on the attribute and drag it as desired.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For extra fun, I also created a Visibility State so that I have the option of turning the attribute ON or OFF&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 13:12:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-simple-borehole-block-with-movable-text/m-p/8804569#M139091</guid>
      <dc:creator>murray-clack</dc:creator>
      <dc:date>2019-05-21T13:12:33Z</dc:date>
    </item>
  </channel>
</rss>

