<?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: Qr code in the view label. in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194210#M36658</link>
    <description>&lt;P&gt;The QR Mark settings is used only for command &lt;STRONG&gt;QR Code&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelNavara_0-1653551003028.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1072183i4B20B52F46EE019E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelNavara_0-1653551003028.png" alt="MichaelNavara_0-1653551003028.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to change the string width directly in view label definition.&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open view properties (or similar option in Styles Manager)&lt;/LI&gt;&lt;LI&gt;Edit View label&lt;/LI&gt;&lt;LI&gt;Select model property placeholder&lt;/LI&gt;&lt;LI&gt;Set text width to&amp;nbsp; 180%&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelNavara_1-1653551198372.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1072185iC12D18CFD32E1BBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelNavara_1-1653551198372.png" alt="MichaelNavara_1-1653551198372.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2022 07:49:01 GMT</pubDate>
    <dc:creator>Michael.Navara</dc:creator>
    <dc:date>2022-05-26T07:49:01Z</dc:date>
    <item>
      <title>Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11191746#M36653</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to set an workflow for opening the files on the shop floor scanning a bar or QR&amp;nbsp;&lt;SPAN&gt;code&amp;nbsp; printed in the drawing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have tried with the Bar code font (showing the Part number), but although 80% of our Part numbers has got 13 characters, sometime people prefer to add a description in the name, then the Barcode result too long and it fail scanning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are some free QR code add-ins available, but since many times we make drawings with more parts in the same sheet, they don't always work for us. Has anyone any idea how to place the QR code in the view label?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 09:05:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11191746#M36653</guid>
      <dc:creator>aurel_e</dc:creator>
      <dc:date>2022-05-25T09:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11191798#M36654</link>
      <description>&lt;P&gt;Yes, this is possible. For text conversion you can use for example this free addin &lt;A href="https://apps.autodesk.com/INVNTOR/en/Detail/Index?id=1195234686693454563&amp;amp;appLang=en&amp;amp;os=Win32_64" target="_blank" rel="noopener"&gt;CadStudio XToolsLT.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It converts the string to QR code string representation. Later on you cen modify the label of drawing view to display this converted iProperty with QR code string representation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample result is in attachment&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 09:31:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11191798#M36654</guid>
      <dc:creator>Michael.Navara</dc:creator>
      <dc:date>2022-05-25T09:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11191833#M36655</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1104556"&gt;@Michael.Navara&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was playing with that add-in earlier this morning without success.&lt;/P&gt;&lt;P&gt;I will have a look later again.&lt;/P&gt;&lt;P&gt;One question: it look that the model has to have these 2 custom properties (QRDstProp and QRScrProp). So I guess it has to be included on all ipt and iam templates. But it cannot be applied for older files. Correct?&lt;/P&gt;&lt;P&gt;Or better: is there any way to link QR code to normal properties like model part numbers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 09:51:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11191833#M36655</guid>
      <dc:creator>aurel_e</dc:creator>
      <dc:date>2022-05-25T09:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11192054#M36656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6128690"&gt;@aurel_e&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;U&gt;QRScrProp&lt;/U&gt; must be a user defined iProperty and must exists for successful conversion. If this property doesn't exists, conversion is aborted&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;U&gt;QRDstProp&lt;/U&gt; must be&amp;nbsp;a user defined iProperty and can be created&amp;nbsp;&lt;/SPAN&gt;automatically if needed. (Setting: QRCreateDstProperty = True)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to use this tool for existing documents, you need to create&amp;nbsp;&lt;SPAN&gt;QRScrProp in every document. This property can contain an expression, which uses value from another iProperty.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Dim doc As Document = ThisDoc.Document
Dim userDefinedProperties As PropertySet = doc.PropertySets("{D5CDD505-2E9C-101B-9397-08002B2CF9AE}")
Dim QRSrcProp = "QRSrcProp"
Try
	Dim existingProperty = userDefinedProperties(QRSrcProp)
Catch
	userDefinedProperties.Add("=&amp;lt;Part Number&amp;gt;", QRSrcProp)
End Try&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;This rule should be external rule and can be triggered by standard iLogic before save trigger (or custom triggers in XTools full version)&lt;/P&gt;&lt;P&gt;In some cases you need to save the document twice. It depends on order of OnSaveHandlers. If conversion to QR occurs before this rule&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it helps&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 11:31:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11192054#M36656</guid>
      <dc:creator>Michael.Navara</dc:creator>
      <dc:date>2022-05-25T11:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194197#M36657</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1104556"&gt;@Michael.Navara&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a rule to add view labels.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;oModelPN="&amp;lt;StyleOverride Font='" &amp;amp; Sfont1 &amp;amp; "' FontSize='0.1'&amp;gt;" &amp;amp; oPropSet1(1).Value &amp;amp; "&amp;lt;/StyleOverride&amp;gt;"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have modified it to include the QR, but because the QR text setting is stretched 180%, the QR code is not resulting square.&lt;/P&gt;&lt;P&gt;I don't know how to include the stretch setting in StyleOverride, or how to set a custom text style on that code line.&lt;/P&gt;&lt;P&gt;I tried to change the addin QR setting to 1 instead of 1.8 but no change.&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="2022-05-26 08_37_53-Autodesk Inventor Professional 2021.png" style="width: 294px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1072181iBBD3873305ACAC6C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-05-26 08_37_53-Autodesk Inventor Professional 2021.png" alt="2022-05-26 08_37_53-Autodesk Inventor Professional 2021.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-05-26 08_36_59-Autodesk Inventor Professional 2021.png" style="width: 536px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1072182i173A9B13D7527BD2/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-05-26 08_36_59-Autodesk Inventor Professional 2021.png" alt="2022-05-26 08_36_59-Autodesk Inventor Professional 2021.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 07:39:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194197#M36657</guid>
      <dc:creator>aurel_e</dc:creator>
      <dc:date>2022-05-26T07:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194210#M36658</link>
      <description>&lt;P&gt;The QR Mark settings is used only for command &lt;STRONG&gt;QR Code&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelNavara_0-1653551003028.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1072183i4B20B52F46EE019E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelNavara_0-1653551003028.png" alt="MichaelNavara_0-1653551003028.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to change the string width directly in view label definition.&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open view properties (or similar option in Styles Manager)&lt;/LI&gt;&lt;LI&gt;Edit View label&lt;/LI&gt;&lt;LI&gt;Select model property placeholder&lt;/LI&gt;&lt;LI&gt;Set text width to&amp;nbsp; 180%&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelNavara_1-1653551198372.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1072185iC12D18CFD32E1BBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelNavara_1-1653551198372.png" alt="MichaelNavara_1-1653551198372.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 07:49:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194210#M36658</guid>
      <dc:creator>Michael.Navara</dc:creator>
      <dc:date>2022-05-26T07:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194223#M36659</link>
      <description>&lt;P&gt;Yes, I know how to do it manually.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hoped I could do it automatically with the ilogic like we change the font size:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;oModelPN="&amp;lt;StyleOverride Font='" &amp;amp; Sfont1 &amp;amp; "'&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt; FontSize='0.1&lt;/FONT&gt;'&lt;/STRONG&gt;&amp;gt;" &amp;amp; oPropSet1(1).Value &amp;amp; "&amp;lt;/StyleOverride&amp;gt;"&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 07:54:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194223#M36659</guid>
      <dc:creator>aurel_e</dc:creator>
      <dc:date>2022-05-26T07:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194302#M36660</link>
      <description>&lt;P&gt;You need to be careful to Locale culture decimal separator.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works for CZ (use comma as decimal separator)&lt;/P&gt;&lt;LI-CODE lang="general"&gt;&amp;lt;StyleOverride Font='Courier New' FontSize='0,1'&amp;gt;&amp;lt;Property Document='model' PropertySet='User Defined Properties' Property='QRDstProp' FormatID='{D5CDD505-2E9C-101B-9397-08002B2CF9AE}' PropertyID='4'&amp;gt;QRDstProp&amp;lt;/Property&amp;gt;&amp;lt;/StyleOverride&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 26 May 2022 08:37:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194302#M36660</guid>
      <dc:creator>Michael.Navara</dc:creator>
      <dc:date>2022-05-26T08:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194321#M36661</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1104556"&gt;@Michael.Navara&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this change the text stretch setting?&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 08:55:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194321#M36661</guid>
      <dc:creator>aurel_e</dc:creator>
      <dc:date>2022-05-26T08:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194349#M36662</link>
      <description>&lt;P&gt;Or you can use automatic label using standard iProperty (WebLink in this case)&lt;/P&gt;&lt;P&gt;Data flow is shown below and sample is in attachment&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QrAutoLabel.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1072216iD6B7C00D6A29FAAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="QrAutoLabel.png" alt="QrAutoLabel.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 09:18:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194349#M36662</guid>
      <dc:creator>Michael.Navara</dc:creator>
      <dc:date>2022-05-26T09:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194359#M36663</link>
      <description>Sorry&lt;BR /&gt;I can't open the files.&lt;BR /&gt;We are on Inventor 2021&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 26 May 2022 09:11:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194359#M36663</guid>
      <dc:creator>aurel_e</dc:creator>
      <dc:date>2022-05-26T09:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194364#M36664</link>
      <description>No, You need to set the WidthScale property of DrawingViewLabel object to 1.8</description>
      <pubDate>Thu, 26 May 2022 09:14:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194364#M36664</guid>
      <dc:creator>Michael.Navara</dc:creator>
      <dc:date>2022-05-26T09:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194371#M36665</link>
      <description>&lt;P&gt;Try it again. I replaced the package with 2021 version&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 09:20:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194371#M36665</guid>
      <dc:creator>Michael.Navara</dc:creator>
      <dc:date>2022-05-26T09:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194415#M36666</link>
      <description>Thanks,&lt;BR /&gt;I start to understand what you have done.&lt;BR /&gt;Interesting way to set it.&lt;BR /&gt;I will have a look again later. What I would like to achieve is a label that include other info as well:&lt;BR /&gt;-Part number (text)&lt;BR /&gt;-Qty: (authority)&lt;BR /&gt;-Material&lt;BR /&gt;-Description&lt;BR /&gt;&lt;BR /&gt;Also the possibility to set them with different font size and style (underlined, bold...)&lt;BR /&gt;And the choice to show the label only when needed.&lt;BR /&gt;All this is already done with my ilogic rule.&lt;BR /&gt;Just the QR code to be added. (with the right text stretch to 180%)</description>
      <pubDate>Thu, 26 May 2022 09:49:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194415#M36666</guid>
      <dc:creator>aurel_e</dc:creator>
      <dc:date>2022-05-26T09:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194539#M36667</link>
      <description>&lt;P&gt;You can combine this information to one SketchedSymbol. If you place the symbol somewhere on the sheet, the properties becomes from first model. If you attach the symbol to some component, you can use them like a balloon and show properties of specific component.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 10:58:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194539#M36667</guid>
      <dc:creator>Michael.Navara</dc:creator>
      <dc:date>2022-05-26T10:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194719#M36668</link>
      <description>&lt;P&gt;Another very interesting approach!&lt;/P&gt;&lt;P&gt;I think I have seen it in one of X-ToolsLT videos.&lt;/P&gt;&lt;P&gt;I will have a look later.&lt;/P&gt;&lt;P&gt;It's what I like in these discussion: I always learn new, unexpected tricks.&lt;/P&gt;&lt;P&gt;I still think though it should be an way to customize the text format (stretch included), or use a different text style in a ilogic code line.&lt;/P&gt;&lt;P&gt;Something like this maybe:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/changing-text-style-when-adding-text-with-ilogic/td-p/6937451" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/changing-text-style-when-adding-text-with-ilogic/td-p/6937451&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;'Setting Text Style
'\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
	oStylesMgr = oDrawingDoc.StylesManager
	oTextStyle = oStylesMgr.TextStyles.Item(Style)
'\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\&lt;/PRE&gt;&lt;P&gt;Just I don't know yet how to adapt it for my rule&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 12:48:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/11194719#M36668</guid>
      <dc:creator>aurel_e</dc:creator>
      <dc:date>2022-05-26T12:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/13394841#M36669</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1104556" target="_self"&gt;&lt;SPAN class=""&gt;Michael.Navara&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I am also looking for the simplest way to insert a QR code into drawings, and this solution seems to be the best one so far. However, I searched for the CadStudio XToolsLT add-in and can no longer find it anywhere. It is no longer available on the Autodesk App Store. Does anyone still have the MSI installation file saved?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Or perhaps another similar or even better solution?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Jernej&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 19:29:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/13394841#M36669</guid>
      <dc:creator>jernej_puc</dc:creator>
      <dc:date>2025-03-27T19:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/13395112#M36670</link>
      <description>&lt;P&gt;See Be.Smart T4I (new name of the XTools, no LT version anymore):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.holixa.com/t4r" target="_blank"&gt;https://help.holixa.com/t4r&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vladimir Michl, &lt;A href="http://www.arkance.world" target="_blank"&gt;www.arkance.world&lt;/A&gt;&amp;nbsp; -&amp;nbsp; &lt;A href="http://www.cadforum.cz" target="_blank"&gt;www.cadforum.cz&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 23:00:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/13395112#M36670</guid>
      <dc:creator>vladimir_michl</dc:creator>
      <dc:date>2025-03-27T23:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qr code in the view label.</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/13413483#M36671</link>
      <description>&lt;P class=""&gt;Dear Mr. &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/239200" target="_self"&gt;&lt;SPAN class=""&gt;vladimir_michl&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Today I finally received the trial version of the add-in, and it is working perfectly.&lt;/P&gt;&lt;P class=""&gt;Thank you very much for providing this information!&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Kind regards,&lt;/P&gt;&lt;P class=""&gt;Jernej&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 19:39:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/qr-code-in-the-view-label/m-p/13413483#M36671</guid>
      <dc:creator>jernej_puc</dc:creator>
      <dc:date>2025-04-07T19:39:04Z</dc:date>
    </item>
  </channel>
</rss>

