<?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: Hatch scale in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-scale/m-p/12798138#M13471</link>
    <description>&lt;P&gt;Hmmm maybe not tested.&lt;/P&gt;&lt;PRE&gt;(vla-put-Scale hatchObj txtHight)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;; PatternScale = 10.0 use dumpit.lsp&lt;/P&gt;</description>
    <pubDate>Sun, 26 May 2024 08:03:22 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2024-05-26T08:03:22Z</dc:date>
    <item>
      <title>Hatch scale</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-scale/m-p/12798097#M13470</link>
      <description>&lt;P&gt;Hello friends;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm doing a scan here. However, I could not adjust the hatch scale. Where am I making a mistake?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in advance to my helpful friend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error :&amp;nbsp; BOUNDARY created 1 region; error: ActiveX Server returned the error: unknown name: scale&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt;; Tarama (hatch) işlemi
     (setq txtHight (getvar "Textsize"))
    (setq hatchObj (vla-addHatch
                     (vla-get-modelspace
                       (vla-get-activedocument
                         (vlax-get-acad-object)))
                     acHatchPatternTypePreDefined
                     "ANSI31"
                     :vlax-true))
    (vla-put-Color hatchObj 9)
    (vla-put-Scale hatchObj txtHight)

  

    (foreach ent (vl-remove-if 'listp (mapcar 'cadr (ssnamex hsset)))
      (setq loopObj (vlax-make-safearray vlax-vbObject '(0 . 0)))
      (vlax-safearray-fill loopObj (list (vlax-ename-&amp;gt;vla-object ent)))
      (vla-appendOuterLoop hatchObj loopObj))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 07:00:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-scale/m-p/12798097#M13470</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2024-05-26T07:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hatch scale</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-scale/m-p/12798138#M13471</link>
      <description>&lt;P&gt;Hmmm maybe not tested.&lt;/P&gt;&lt;PRE&gt;(vla-put-Scale hatchObj txtHight)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;; PatternScale = 10.0 use dumpit.lsp&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 08:03:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-scale/m-p/12798138#M13471</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2024-05-26T08:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hatch scale</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-scale/m-p/12798247#M13472</link>
      <description>&lt;P&gt;That's not the right VLA Property name.&amp;nbsp; To see all VLA Properties so you can look for what the right one is called:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;(vlax-dump-object &lt;FONT color="#00CCFF"&gt;&lt;EM&gt;TheVLAobject&lt;/EM&gt;&lt;/FONT&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;In this case:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;(vla-put-&lt;FONT color="#FF0000"&gt;Pattern&lt;/FONT&gt;scale ....&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 10:33:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-scale/m-p/12798247#M13472</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-05-26T10:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hatch scale</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-scale/m-p/12798434#M13473</link>
      <description>&lt;P&gt;Thank you very much. Ok. &lt;span class="lia-unicode-emoji" title=":hugging_face:"&gt;🤗&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 13:15:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-scale/m-p/12798434#M13473</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2024-05-26T13:15:23Z</dc:date>
    </item>
  </channel>
</rss>

