<?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: process scripting in Advance Steel Forum</title>
    <link>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/6544050#M54599</link>
    <description>&lt;P&gt;Don't remember... Inspired by an exemple and partially wrote by myself,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2016 11:09:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-06T11:09:37Z</dc:date>
    <item>
      <title>process scripting</title>
      <link>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/6543644#M54596</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I trying out the vbscripts in the process manager. I'm using it to search for foldedbeams and so on without using a modelrole. Does anyone try to search for a special profile? I want a script only for u-profiles, does someone have some experience with such a script?&lt;/P&gt;&lt;P&gt;And another question:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the labeling dialog, there's the opportunity to use a VBscript, does anyone know how to use it?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="labeling script.jpg" style="width: 456px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/270188i8FF40DC6744A85B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="labeling script.jpg" alt="labeling script.jpg" /&gt;&lt;/span&gt;﻿&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 07:05:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/6543644#M54596</guid>
      <dc:creator>Sebastian_Eiche</dc:creator>
      <dc:date>2016-09-06T07:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: process scripting</title>
      <link>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/6543948#M54597</link>
      <description>&lt;P&gt;I use it for secondary parts drawings.&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="Capture.JPG" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/270247i22625DA5985A678B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DSTVType for U-Profils is kU&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'Returns true for U profiles
Function checkElement(Obj)
    checkElement = False
    'Verify only for beams
    If Obj.IsKindOf(kBeamClass) = True Then
        If Obj.getProfType.getDSTVValues.DSTVType = kU Then
		checkElement = True
        End If
    End If
End Function&lt;/PRE&gt;&lt;P&gt;Hope it can help...&lt;/P&gt;&lt;P&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;</description>
      <pubDate>Tue, 06 Sep 2016 10:07:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/6543948#M54597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-06T10:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: process scripting</title>
      <link>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/6544025#M54598</link>
      <description>&lt;P&gt;where do you found this strings? I have look in the documentation and found nothing belonging to this.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 10:50:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/6544025#M54598</guid>
      <dc:creator>Sebastian_Eiche</dc:creator>
      <dc:date>2016-09-06T10:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: process scripting</title>
      <link>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/6544050#M54599</link>
      <description>&lt;P&gt;Don't remember... Inspired by an exemple and partially wrote by myself,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 11:09:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/6544050#M54599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-06T11:09:37Z</dc:date>
    </item>
    <item>
      <title>Other DSTVType code</title>
      <link>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/7161035#M54600</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would use scripts, and I had the same problem in the previous post.&lt;BR /&gt;But I do not have U profile, but others: where can I find other DSTVType codes?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 09:49:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/7161035#M54600</guid>
      <dc:creator>Buxtehude1963</dc:creator>
      <dc:date>2017-06-19T09:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Other DSTVType code</title>
      <link>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/8249770#M54601</link>
      <description>&lt;P&gt;I didn't see the post...maybe to late, but could be helpful:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;have a look in the Management Tool--Table_editor--AstorDetails--Beamtype.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this is what you're looking for.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 13:10:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/8249770#M54601</guid>
      <dc:creator>Sebastian_Eiche</dc:creator>
      <dc:date>2018-09-06T13:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Other DSTVType code</title>
      <link>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/8250734#M54602</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The values Alerat doesnot recall where he found them are the constants in the table eDSTVType of both&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Interop.AstSTEELAUTOMATIONLib5 and Interop.DSCPROFILESACCESSCOMLib libraries of the COM API. The enums are&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eDSTVType&lt;/P&gt;&lt;P&gt;kI=0&lt;/P&gt;&lt;P&gt;kL=1&lt;/P&gt;&lt;P&gt;kU=2&lt;/P&gt;&lt;P&gt;kB= 3&lt;/P&gt;&lt;P&gt;kRU=4&lt;/P&gt;&lt;P&gt;kRO=5&lt;/P&gt;&lt;P&gt;kM=6&lt;/P&gt;&lt;P&gt;kC=7&lt;/P&gt;&lt;P&gt;kT=8&lt;/P&gt;&lt;P&gt;kZ=9&lt;/P&gt;&lt;P&gt;kKA=10&lt;/P&gt;&lt;P&gt;kKF=11&lt;/P&gt;&lt;P&gt;kKQ=12&lt;/P&gt;&lt;P&gt;kCCS=13&lt;/P&gt;&lt;P&gt;kPL1=14&lt;/P&gt;&lt;P&gt;kPL2=15&lt;/P&gt;&lt;P&gt;kSO=16&lt;/P&gt;&lt;P&gt;kCSE=17&lt;/P&gt;&lt;P&gt;In the script Alerat used he checked if the DSTV type of of profile is kU which is a U shape.&lt;/P&gt;&lt;PRE&gt; If Obj.getProfType.getDSTVValues.DSTVType = kU Then&lt;/PRE&gt;&lt;P&gt;The script is written in VB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 18:11:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/8250734#M54602</guid>
      <dc:creator>ChristianBlei</dc:creator>
      <dc:date>2018-09-06T18:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Other DSTVType code</title>
      <link>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/8611885#M54603</link>
      <description>&lt;P&gt;i just used this thread to help make a script to use a a certing drawing style for I section&lt;/P&gt;
&lt;P&gt;just had to copy alerat&amp;nbsp; scrip an change ku to ki&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it was not working and i spent a lot of time&amp;nbsp; trying to figure out y&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;turns out u &lt;STRONG&gt;need to restart AS&lt;/STRONG&gt; after making a change to a script in the style map&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 16:27:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/8611885#M54603</guid>
      <dc:creator>alickomay</dc:creator>
      <dc:date>2019-02-21T16:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Other DSTVType code</title>
      <link>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/8612002#M54604</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from what I recall a restart is not necessary, but you have to close the drawing style after the editing and saving of the sript and update defaults in settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;
&lt;P&gt;Christian Blei&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 17:05:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/8612002#M54604</guid>
      <dc:creator>ChristianBlei</dc:creator>
      <dc:date>2019-02-21T17:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Other DSTVType code</title>
      <link>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/8612026#M54605</link>
      <description>&lt;P&gt;By using the scripts in the process manager I have the same to do.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Restart AS is sometimes necessary in my opinion&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 17:09:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/advance-steel-forum/process-scripting/m-p/8612026#M54605</guid>
      <dc:creator>Sebastian_Eiche</dc:creator>
      <dc:date>2019-02-21T17:09:41Z</dc:date>
    </item>
  </channel>
</rss>

