<?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: Level Used Highlighter in PowerShape Forum</title>
    <link>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/7129773#M3229</link>
    <description>&lt;P&gt;any word on if this can be added?&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2017 17:29:13 GMT</pubDate>
    <dc:creator>a1moldmaker</dc:creator>
    <dc:date>2017-06-05T17:29:13Z</dc:date>
    <item>
      <title>Level Used Highlighter</title>
      <link>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/6820547#M3223</link>
      <description>&lt;P&gt;request for functionality&amp;nbsp;&lt;/P&gt;&lt;P&gt;i use the level manager constantly and it would be very helpful if the levels used would be highlighted or shaded to indicate that they contain objects.&lt;/P&gt;&lt;P&gt;Currently i filter by "used" and "named", but this does nothing to tell me what levels have objects on them.&lt;/P&gt;&lt;P&gt;If i turn off "named" then i am forced to remember what each level name/number combination is out of dozens of them.&lt;/P&gt;&lt;P&gt;By simply having the level be highlighted or shaded i could see the names of each level and know if it has objects on it without switching the filters constantly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Level used highlighter" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/313646i2A76CBB92810F712/image-size/large?v=v2&amp;amp;px=999" role="button" title="level highlighter.PNG" alt="level highlighter.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 20:04:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/6820547#M3223</guid>
      <dc:creator>a1moldmaker</dc:creator>
      <dc:date>2017-01-20T20:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Level Used Highlighter</title>
      <link>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/6823511#M3224</link>
      <description>&lt;P&gt;Great idea, Bruce. I will forward this to the development team.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 07:54:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/6823511#M3224</guid>
      <dc:creator>jon.hunwick</dc:creator>
      <dc:date>2017-01-23T07:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Level Used Highlighter</title>
      <link>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/6823530#M3225</link>
      <description>&lt;P&gt;&lt;SPAN&gt;If I remember correctly you asked in the past about macro to search and delete empty lvls. Here is the code of this macro:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;LET lvl_num = 997
LET counterUsedLvls = level.number - 1

while $counterUsedLvls {
	IF level[$lvl_num].used == '0' {
		LET renameLevel = concat('LEVEL RENAME '; $lvl_num)
		EXECUTE COMMAND $renameLevel
		TOOLBAR LEVEL OFF $lvl_num
	} ELSE {
		LET $counterUsedLvls = $counterUsedLvls -1
	}
	IF $counterUsedLvls == $lvl_num {
		BREAK
	}
	LET $lvl_num = $lvl_num - 1
}

PRINT ERROR 'Empty levels removed.'&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Is that not enough for you?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mateusz&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 08:08:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/6823530#M3225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-23T08:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Level Used Highlighter</title>
      <link>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/6823605#M3226</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3960330"&gt;@a1moldmaker&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for Contacting Autodesk Community Forum..&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have forwarded the above feature request to Autodesk PowerShape development team through a change request. I would keep you posted for the major updates on this feature request.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time and raising a feature request for Autodesk PowerShape.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 09:13:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/6823605#M3226</guid>
      <dc:creator>jitendra.chaudhari</dc:creator>
      <dc:date>2017-01-23T09:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Level Used Highlighter</title>
      <link>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/6823889#M3227</link>
      <description>&lt;P&gt;piro_man&lt;/P&gt;&lt;P&gt;that macro works get and i use it all the time,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but what i am asking for now is a way to know if a level has objects on it by looking at the level manager.&lt;/P&gt;&lt;P&gt;for example in another software there is a column that tells how many objects are on each level.&lt;/P&gt;&lt;P&gt;i am not concerned with how many things are on a level, but more importantly to me is IF a level has anything on it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i work with a predefined level structure to begin with, but as each job is different, there are times when i will replace a unused level name with something needed for the current job&lt;/P&gt;&lt;P&gt;right now i have to turn on a level to see if it is empty or not, all of this is done manually and a macro will not help with it&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 12:04:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/6823889#M3227</guid>
      <dc:creator>a1moldmaker</dc:creator>
      <dc:date>2017-01-23T12:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Level Used Highlighter</title>
      <link>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/6823892#M3228</link>
      <description>&lt;P&gt;thanks buddy&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 12:04:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/6823892#M3228</guid>
      <dc:creator>a1moldmaker</dc:creator>
      <dc:date>2017-01-23T12:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Level Used Highlighter</title>
      <link>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/7129773#M3229</link>
      <description>&lt;P&gt;any word on if this can be added?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 17:29:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/7129773#M3229</guid>
      <dc:creator>a1moldmaker</dc:creator>
      <dc:date>2017-06-05T17:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Level Used Highlighter</title>
      <link>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/7205385#M3230</link>
      <description>&lt;P&gt;hoping this is a easy thing and makes it in soon&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 11:55:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powershape-forum/level-used-highlighter/m-p/7205385#M3230</guid>
      <dc:creator>a1moldmaker</dc:creator>
      <dc:date>2017-07-05T11:55:02Z</dc:date>
    </item>
  </channel>
</rss>

