<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>merkantilni's Activities</title><link>https://communities.bentley.com/members/1da8366e_2d00_07bb_2d00_45f3_2d00_8b71_2d00_2a9dfce3d8b5</link><description>merkantilni's recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Custom *.lst file that will give certain output - (concentration needed)</title><link>https://communities.bentley.com/products/prostructures/f/prosteel-forum/241724/custom-lst-file-that-will-give-certain-output---concentration-needed</link><pubDate>Wed, 15 Feb 2023 11:19:23 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:ce4e6322-c9d1-4b6a-8d2b-3b0699c310e5</guid><dc:creator>merkantilni</dc:creator><description>&lt;p&gt;Can someone that is more versed in *.lst file editing (it can be either V8i or Connect edition at this point whatever works) take a look and maybe give some resolution to this ? Some stuff like in what paper number is located the part/group/asembly etc.. probably isn&amp;#39;t possible i dont know please help.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Explanation of variables:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt="Drawing name " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/275893/8168.png" /&gt;these are definition for drawing names&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Explanation are in the picture above&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;The first 9 symbols are specified by&amp;nbsp;XXXX firm&amp;nbsp;and are the same for the entire project. (red and blue frame)&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;The next 3 digits are also specified by&amp;nbsp;XXXX firm. However, these digits differ depending on the construction part.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;For example, in the case of the&amp;nbsp;example project, there is a number for the filter support, a number for the platform on the device, a number for the roof railing and another number for the pipe support.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;The letter after the digits describes the type of part.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;With this number,&amp;nbsp;their ERP system can distinguish between the different types of parts and process them correctly.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;A= assembly parts with profiles and/or plates&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;R= assembly parts for railings&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;G= gratings&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;E= profile single parts (cuttings) for assembly parts with &amp;bdquo;A&amp;ldquo;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;F= plate single parts (cuttings) for assembly parts with &amp;bdquo;A&amp;ldquo;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;M= profile single parts (cuttings) for assembly parts with &amp;bdquo;R&amp;ldquo;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;N= plate single parts (cuttings) for assembly parts with &amp;bdquo;R&amp;ldquo;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;J= purchased parts with blanks, like insulation plates&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;X= drawings without parts, like assembly drawings, multidrawings for gratings, sketches and so on.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;The last 4 digits can be chosen by the program itself. These are a sequential number to distinguish the different parts. (&lt;span style="text-decoration:underline;"&gt;i&amp;#39;ve found that&lt;/span&gt; i&amp;#39;ve only managed to do this with this variable while printing to *.PDF file&amp;nbsp;&lt;strong&gt;&lt;span style="color:#ff6600;"&gt;System.Path.GetFileNameWithoutExtension (PrintDefinition.SourceFile) &amp;amp; System.String.Format (&amp;quot;{0:D3}&amp;quot;, PrintDefinition.Sequence)&lt;/span&gt;&amp;nbsp;&lt;/strong&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;Now the problematic part :&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;For them&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;There are 2 ways to send the parts list:&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;As an .xsr file or the &amp;quot;XXXfirm-Interface-Sample.xltm&amp;quot; file must already be filled in correctly.&amp;nbsp;&lt;strong&gt;// file is uploaded at the end of the post&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;The &amp;quot;.xsr&amp;quot; example file can also be opened with the Windows Notepad.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;The &amp;ldquo;.xsr&amp;rdquo; file can also be sent as .&lt;strong&gt;csv&lt;/strong&gt; or .&lt;strong&gt;txt. =&amp;gt;&amp;gt; THESE I CAN EXPORT //file example is uploaded at the end of the post&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;These are data records of the respective parts which are differentiated with a &lt;strong&gt;&amp;quot;;&lt;/strong&gt;&amp;quot; as a separator. =&amp;gt;&amp;nbsp;&lt;strong&gt;THIS ONE I KNOW HOW TO DEFINE&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;Each component is one line. The separators must be strictly adhered to.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;example:&lt;/p&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;&lt;span style="background-color:#00ff00;"&gt;Zeichnungsnummer;;;Benennung;Kunde/Abmessung;;;Beschaffungsart;Benennung2;;Rohmaterialmenge;Gewicht;Konstrukteur; Oberfl&amp;auml;che;; AV Gruppe;; Zeichnungsnummer;1;;Zuschnittswert;;;;;;zugeh&amp;ouml;rige Baugruppe;;St&amp;uuml;ckzahl;;Lieferf&amp;auml;higkeit;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;Bennenung Englisch;;;;;;;;;;;;;;;;;;;;Rohmaterial&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-weight:400;"&gt;&lt;span style="background-color:#ffff99;"&gt;explanation of the terms&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;&amp;bdquo;Zeichnungsnummer&amp;ldquo; =part number&lt;/li&gt;
&lt;li&gt;&amp;bdquo;Benennung&amp;ldquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;for X0001 Teile = name of the module&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;for assembly and single parts&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;A+R+G = name of the part with Material&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;HEA240...3425 - S235JR&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Profile&amp;hellip;length(mm) &amp;ndash; Material&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;E+F+M+N&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;BL15*150...340 - S355J2&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;BL(plate)thickness(mm)*with(mm)&amp;hellip;length(mm) &amp;ndash; Material&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;&amp;bdquo;Beschaffungsart&amp;ldquo;&amp;nbsp; &amp;nbsp;&lt;strong&gt;//this part is abit tricky and it has &amp;quot;if&amp;#39;s&amp;quot; and &amp;quot;or&amp;#39;s&amp;quot; variables which i dont know how&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;X+A+R+G = FF&lt;/li&gt;
&lt;li&gt;E+M = FTS&lt;/li&gt;
&lt;li&gt;F+N = FTL&lt;/li&gt;
&lt;li&gt;J = FTX&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;&amp;bdquo;Benennung2&amp;ldquo; = same like &amp;bdquo;Benennung&amp;ldquo; //&amp;nbsp;&lt;strong&gt;yes who knows why&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Rohmaterialmenge //&lt;strong&gt;also &amp;quot;IF&amp;#39;s&amp;quot; and &amp;quot;OR&amp;#39;s&amp;quot;&amp;nbsp;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;For profile = length in mm&lt;/li&gt;
&lt;li&gt;For plates = Volume (mm&amp;sup3;) //&amp;nbsp;&lt;strong&gt;this one =&amp;gt; strange (length*width*height ; again dont know how)&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;&amp;bdquo;Oberfl&amp;auml;che&amp;ldquo; //&lt;strong&gt;paint area =&amp;gt; this i saw in the variables and it is in the default footer of the default list file&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;Area for painting (m&amp;sup2;)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;&amp;bdquo;AV Gruppe&amp;ldquo; //&lt;strong&gt;These again are the combinations of certain things populating certain drawings which i dont know if bentley can differentiate&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;X=KM-NZ // &lt;strong&gt;FOR VIEWS&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;A+R = KM-NP //&amp;nbsp;&lt;strong&gt;GROUPS AND/OR ASSEMBLEY&amp;#39;S&lt;/strong&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;G+J= KM-NK //&amp;nbsp;&lt;strong&gt;GRATINGS AND INSULATION PLATES AND SUCH&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;E+F+M+N = KM-NE //&amp;nbsp;&lt;strong&gt;PROFILE PLATES CUTTINGS&amp;nbsp;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;Zeichnungsnummer = drawing number //&amp;nbsp;&lt;strong&gt;WHICH I DEFINED IN THE TAGS =&amp;gt; CELL AS &amp;quot;NAME2&amp;quot;&amp;nbsp; = DRAWING NAME&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&amp;bdquo;Zuschnittwert&amp;ldquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;For plates = &amp;bdquo;17&amp;ldquo; //&amp;nbsp;&lt;strong&gt;REALLY DONT KNOW WHY&amp;#39;S THAT &amp;quot;17&amp;quot;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;For other parts there is no input necessary // one would think isnt there enough information ???&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;&lt;span&gt;&amp;ldquo;zugeh&amp;ouml;rige Baugruppe&amp;rdquo;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;For single parts the number of the assembly part &lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;//&amp;nbsp;&lt;strong&gt;PROBABLY THIS &lt;span style="text-decoration:underline;"&gt;&amp;quot;PART&amp;quot;&lt;/span&gt; BELONGS&amp;quot; TO THIS &lt;span style="text-decoration:underline;"&gt;&amp;quot;GROUP&amp;quot; OR &amp;quot;ASSEMBLY&amp;quot;&lt;/span&gt; WHICH AGAIN I DONT KNOW IF PROSTEEL CAN VIEW ASSEMBLEY&amp;#39;S AS AN VARIABLE OR THIS GROUP BELONGS TO THIS PAGE AS IN&amp;nbsp;SC-237140|100|X|0001 (X FOR VIEW , A FOR GROUP &amp;quot;100&amp;quot; FOR ASSEMBLY POSITION) ; &amp;quot;0001&amp;quot; PAGE NUMBER WHICH AGAIN I DONT KNOW HOW CAN I MAKE IT IN THIS FORMAT&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;For assembly parts the number of the whole construction (SC-237140100X0001)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;&lt;span&gt;&amp;ldquo;St&amp;uuml;ckzahl&amp;rdquo;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Amount of the part for the group //&amp;nbsp;&lt;strong&gt;MEANS HOW MANY OF THE SINGLE PARTS IS THERE IN THAT PARTICULAR GROUP&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;&lt;span&gt;&amp;ldquo;Lieferf&amp;auml;higkeit&amp;rdquo;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;A+R+G = J //&amp;nbsp;&lt;strong&gt;ASSEMBLY PARTS WITH PROFILES AND/OR PLATES + ASSEMBLY PARTS FOR RAILING + GRATINGS = PURCHASED PARTS WITH BLANKS, LIKE INSULATION PLATES&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;For other parts there is no input necessary //&lt;strong&gt;WHAT OTHER PARTS?????&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;&lt;span&gt;&amp;ldquo;Benennung in Englisch&amp;rdquo;&amp;nbsp; &amp;nbsp;//&lt;strong&gt;SEEING THEIR EXAMPLE THIS IS JUST AN EMPTY CELL IN EXCEL&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&amp;ldquo;Benennung&amp;rdquo; in English&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;Rohmaterial //&lt;strong&gt; MATERIAL OF STEEL (S235,275,355 etc...)&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;E+F+M+N = material of the part&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;For other parts there is no input necessary&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;snapshot od CSV file snapshot&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/275893/2772.JPG" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Example of CSV - export file&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://communities.bentley.com/cfs-file/__key/communityserver-discussions-components-files/275893/SC_2D00_229137_5F00_400_5F00_St_FC00_ckliste_5F00_Vault_5F00_export.csv"&gt;communities.bentley.com/.../SC_2D00_229137_5F00_400_5F00_St_FC00_ckliste_5F00_Vault_5F00_export.csv&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;file into which this needs to be imported (had to zip it since *.xltm arent allowed here)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://communities.bentley.com/cfs-file/__key/communityserver-discussions-components-files/275893/Scheuch_2D00_Schnittstelle_2D00_Muster.7z"&gt;communities.bentley.com/.../Scheuch_2D00_Schnittstelle_2D00_Muster.7z&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;Can &lt;strong&gt;Prosteel&lt;/strong&gt;&amp;nbsp;do something like this,&amp;nbsp;I am already contemplating that i&amp;#39;ll need to physically input most of these&amp;nbsp; &amp;nbsp;. Am not a begineer user so i have some expirience (5yrs) but once in a while something comes along that challenges your knowledge.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;Kind regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DCE - default view</title><link>https://communities.bentley.com/products/prostructures/f/prosteel-forum/241209/dce---default-view</link><pubDate>Thu, 02 Feb 2023 16:58:30 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:ca40912b-07b2-4c32-a90f-658266572524</guid><dc:creator>merkantilni</dc:creator><description>&lt;p&gt;For some reason now when i generate positions on the paper which has a cell in it i get this ... which in turn is hard to print in DWG and PDF can please someone tell me how to put default view in &amp;quot;2D mode&amp;quot;? &amp;quot;View2&amp;quot; mode for example is on top which is good for printing&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img style="max-height:198px;max-width:389px;" alt=" " height="198" src="/resized-image/__size/778x396/__key/communityserver-discussions-components-files/275893/1777.JPG" width="389" /&gt;&lt;/p&gt;
&lt;p&gt;should look like this&amp;nbsp;:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:500px;max-width:500px;" alt=" " src="/resized-image/__size/1000x1000/__key/communityserver-discussions-components-files/275893/1067.JPG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Named groups (v8i)</title><link>https://communities.bentley.com/products/prostructures/f/prosteel-forum/241185/named-groups-v8i</link><pubDate>Thu, 02 Feb 2023 07:53:53 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:720b4624-d216-43ed-a591-9349d213651a</guid><dc:creator>merkantilni</dc:creator><description>&lt;p&gt;Is it possible that &amp;quot;In named groups tabs&amp;quot; be deselected always &amp;quot;selectable&amp;quot; by default?&lt;/p&gt;
&lt;p&gt;I find that this is an additional operation that sometimes needs to be done since position flags need to be sometimes reorganized also dimension lines because of clashes and similar&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/275893/5040.Capture.JPG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Q: Some good soul out there to share &amp;quot;Detail center Express&amp;quot; templates (default is fine too)?</title><link>https://communities.bentley.com/products/prostructures/f/prosteel-forum/219203/q-some-good-soul-out-there-to-share-detail-center-express-templates-default-is-fine-too</link><pubDate>Wed, 08 Sep 2021 09:34:18 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:5ba2b59e-fb52-4d75-9b04-deea9743a44f</guid><dc:creator>merkantilni</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a humble request if there&amp;#39;s anyone out there willing to share templates for groups/single parts/views for detailing in Detail Center Express (for Prosteel Connect edition) since i dont have any and while i tried to set it up it wasnt really successful. There&amp;#39;s a serious lack of tutorials online for this program. Usually when there are some, there&amp;#39;s always predefined everything so its not much help in the long run. Thanks&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;
&lt;p&gt;Mario&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Q: Cannot locate interior points on an object (click through)</title><link>https://communities.bentley.com/products/prostructures/f/prosteel-forum/218536/q-cannot-locate-interior-points-on-an-object-click-through</link><pubDate>Tue, 24 Aug 2021 07:35:37 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:3c763fcb-c713-4319-b6fc-f978134102d3</guid><dc:creator>merkantilni</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been using V8i for a couple of years now, awhile back as per recommendation we switched to &amp;quot;Connect&amp;quot; edition Prosteel (i believe update 5), while its much faster (64-bit) and crash free unlike V8i it has that ribbon style task manager (which is doubling my search for any given command by 3x 4x) which is awful (little critique) ... anyways i&amp;#39;ve set it up as V8i to the best of my knowledge but still cant get around &amp;quot;clickin through&amp;quot; steel elements as well as 3D solids when i need to for example draw a concrete for context of the model. Any help would be appreciated.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve made some screenshot if there&amp;#39;s is any confusion about my request&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. V8i locating interiors with this options usually&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/275893/4527.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;2. Pic with inside connect edition ..not being able to find &amp;quot;hidden&amp;quot; point of the profile&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/275893/7242.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you in advance !&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Mario&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://communities.bentley.com/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Tue, 24 Aug 2021 00:49:35 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:05de7e4b-066f-418f-9c30-dcc0a493055c</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>