<?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>Scott D.'s Activities</title><link>https://communities.bentley.com/members/132695f7_2d00_11d2_2d00_4ba6_2d00_b89a_2d00_8df78c65b879</link><description>Scott D.'s recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Design Script - Compare Statements To Find Grouped Holes</title><link>https://communities.bentley.com/products/road___site_design/f/geopak-inroads-mx-openroads-forum/245454/design-script---compare-statements-to-find-grouped-holes</link><pubDate>Wed, 17 May 2023 16:02:40 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:3119c1bf-039a-4689-959c-cc073f568ade</guid><dc:creator>Scott D.</dc:creator><description>&lt;p&gt;We have cells delivered from our DOT that I have been trying to get to print a specific way by using design scripts only. I have been able to get everything the way I want to look except for the cells that contain grouped holes. I&amp;#39;ve tested using the Type comparison (Type .in. 6,14) and that will pick up the Grouped Hole but that also picks up the other cells that I don&amp;#39;t want to change. I&amp;#39;ve tried to narrow it down by using cellname or nested_cellname but not having any luck with those because when I try to add any second qualifier to it no longer works. I&amp;#39;ve tried Properties, Header_type, Level+Color.&lt;/p&gt;
&lt;p&gt;Compare statements from here: &lt;a id="" href="https://docs.bentley.com/LiveContent/web/MicroStation%20PowerDraft%20Help-v16/en/GUID-0EB83842-F1EC-8F99-C3F5-B38594B53F53.html"&gt;https://docs.bentley.com/LiveContent/web/MicroStation%20PowerDraft%20Help-v16/en/GUID-0EB83842-F1EC-8F99-C3F5-B38594B53F53.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Assignments from here: &lt;a id="" href="https://docs.bentley.com/LiveContent/web/MicroStation%20PowerDraft%20Help-v16/en/GUID-F84A1B3C-EB9F-8290-35F6-CC0762896755.html"&gt;https://docs.bentley.com/LiveContent/web/MicroStation%20PowerDraft%20Help-v16/en/GUID-F84A1B3C-EB9F-8290-35F6-CC0762896755.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Type list here: &lt;a id="i2" href="/products/microstation/w/microstation__wiki/8855/element-numbers-and-types"&gt;https://communities.bentley.com/products/microstation/w/microstation__wiki/8855/element-numbers-and-types&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If I set it up with:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;if (color==0 .and. level_name==&amp;quot;SIGN: Messages&amp;quot;) then
	color=16
endif

if (color==0 .and. level_name==&amp;quot;STRIPE: Pavement Message&amp;quot;) then
	color=16
endif

if (fill_color==255 .and. level_name==&amp;quot;STRIPE: Pavement Message&amp;quot;) then
	color=16
endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;then it will display everything the way I want it to, except for this one grouped hole in one cell. I was hoping I could add something that calls out the Grouped Hole below these lines so that the order would get everything and then adjust the one thing causing me problems.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In ORD:&amp;nbsp; &lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/5922/Screenshot-2023_2D00_05_2D00_17-092827.png" alt=" " /&gt; (Colors are 0 and 255)&lt;/p&gt;
&lt;p&gt;Printed:&amp;nbsp; &lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/5922/Screenshot-2023_2D00_05_2D00_17-093551.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I just need this one Grouped Hole to print as color 240.&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>Mon, 11 Jul 2022 01:36:02 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:730e9dce-58e1-44ca-bc25-21e6fde645ae</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>Removing ORD Associated Text Formatting, Leave Data</title><link>https://communities.bentley.com/products/road___site_design/f/geopak-inroads-mx-openroads-forum/232463/removing-ord-associated-text-formatting-leave-data</link><pubDate>Mon, 11 Jul 2022 18:31:51 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:c9a6ec85-e839-4cfc-b6ec-1f6ab29ab168</guid><dc:creator>Scott D.</dc:creator><description>&lt;p&gt;We have been running into an issue for awhile where we will get profiles or alignments prepared for plans by moving or modifying text that doesn&amp;#39;t always fit what we need when ORD displays it, and when the horizontal or vertical alignment DGNs get updated by designers it resets everything our cad team has done to get that information ready for plans. Text information, placements, attributes and all that.&lt;/p&gt;
&lt;p&gt;Our current solution is to copy the text and paste without formatting (ctrl+shift+v) to remove any association that OpenRoads has applied to get the information displayed. For us having static text is much better than the associated text we are given.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;So my question is&lt;/strong&gt;, are there any tools in ORD that will disassociate the text but leave the data that ORD generates? Or even a way to pick and choose when to associate? It seems ORD needs to refresh the data, check, and recheck this data constantly as well, which is probably part of why everything resets. Dropping the text doesn&amp;#39;t fix it either.&lt;/p&gt;
&lt;p&gt;Current version we are using is ORD CE 2021 Release 2 (10.16.02.16)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>