
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EnvisionCAD &#124; MicroStation Training &#38; InRoads Training &#187; Tips</title>
	<atom:link href="http://envisioncad.com/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://envisioncad.com</link>
	<description>CAD Resources &#38; Training</description>
	<lastBuildDate>Wed, 16 May 2012 19:24:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Civil 3D Command Line&#160;Autocomplete</title>
		<link>http://envisioncad.com/tips/civil-3d-command-line-autocomplete/</link>
		<comments>http://envisioncad.com/tips/civil-3d-command-line-autocomplete/#comments</comments>
		<pubDate>Tue, 08 May 2012 19:39:39 +0000</pubDate>
		<dc:creator>Bob Mecham</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Civil3D]]></category>

		<guid isPermaLink="false">http://envisioncad.com/?p=4383</guid>
		<description><![CDATA[When you use the Command Line or Dynamic Input Cursor sometimes a wonderful thing happens, the application makes suggestions of commands,  or variables, a pull-down list or icons may even appear. What if you want to change how these suggestions behave and what is shown. Maybe even get rid of the pull-down list or suggestions [...]]]></description>
			<content:encoded><![CDATA[<p>When you use the Command Line or Dynamic Input Cursor sometimes a wonderful thing happens, the application makes suggestions of commands,  or variables, a pull-down list or icons may even appear. What if you want to change how these suggestions behave and what is shown. Maybe even get rid of the pull-down list or suggestions all together?</p>
<div id="attachment_4386" class="wp-caption alignnone" style="width: 294px"><a href="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-00-11-PM.png"><img class="size-full wp-image-4386" title="Command Line" src="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-00-11-PM.png" alt="" width="284" height="243" /></a><p class="wp-caption-text">Figure-1</p></div>
<p>AUTOCOMPLETEMODE is the system variable that control this. The setting is stored as a bitcode using the sum of the following values:</p>
<p>0          Turns off all automated keyboard features when typing at the Command prompt</p>
<p>1          Turns on any automated keyboard features when typing at the Command prompt</p>
<p>2          Automatically appends suggestions as each keystroke is entered after the third keystroke</p>
<p>4          Displays a list of suggestions as keystrokes are entered</p>
<p>8          Displays the icon of the command or system variable, if available</p>
<p>16        Excludes the display of system variables</p>
<div id="attachment_4387" class="wp-caption alignnone" style="width: 472px"><a href="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-00-43-PM.png"><img class="size-full wp-image-4387" title="Command Line fig 2" src="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-00-43-PM.png" alt="" width="462" height="75" /></a><p class="wp-caption-text">Figure-2</p></div>
<p>Now, for those of us that are sometimes bitmode challenged and prefer a simple text prompt interface, you can use the <strong>AUTOCOMPLETE</strong>.  As you can see when you type this at the command line (Figure 3) you get a friendly textual prompt and when using Dynamic input you get a Listbox. (Figure 4)</p>
<div id="attachment_4388" class="wp-caption alignnone" style="width: 724px"><a href="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-01-01-PM.png"><img class="size-full wp-image-4388" title="Command Line fig 3" src="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-01-01-PM.png" alt="" width="714" height="94" /></a><p class="wp-caption-text">Figure-3</p></div>
<div id="attachment_4389" class="wp-caption alignnone" style="width: 324px"><a href="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-01-20-PM.png"><img class="size-full wp-image-4389" title="Command Line fig 4" src="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-01-20-PM.png" alt="" width="314" height="264" /></a><p class="wp-caption-text">Figure-4</p></div>
<p>A good practice when typing mostly commands, especially when using dynamic input is to turn <em>Off</em> the <strong>List</strong> option (Figure 5-6) and the <strong>System Variable</strong> options (Figure 7-8), which will set the “Autocompletemode” to 27.</p>
<div id="attachment_4390" class="wp-caption alignleft" style="width: 306px"><a href="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-01-40-PM.png"><img class="size-full wp-image-4390" title="Command Line fig 5" src="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-01-40-PM.png" alt="" width="296" height="253" /></a><p class="wp-caption-text">Figure-5</p></div>
<div id="attachment_4391" class="wp-caption alignright" style="width: 272px"><a href="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-01-56-PM.png"><img class="size-full wp-image-4391" title="Command Line fig 6" src="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-01-56-PM.png" alt="" width="262" height="158" /></a><p class="wp-caption-text">Figure-6</p></div>
<div style="clear: both;"></div>
<div id="attachment_4394" class="wp-caption alignleft" style="width: 247px"><a href="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-02-27-PM.png"><img class="size-full wp-image-4394" title="Command Line Fig 7" src="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-02-27-PM.png" alt="" width="237" height="193" /></a><p class="wp-caption-text">Figure-7</p></div>
<div id="attachment_4395" class="wp-caption alignright" style="width: 306px"><a href="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-03-06-PM.png"><img class="size-full wp-image-4395" title="Command Line fig 8" src="http://envisioncad.com/wp-content/uploads/2012/05/5-8-2012-12-03-06-PM.png" alt="" width="296" height="158" /></a><p class="wp-caption-text">Figure-8</p></div>
]]></content:encoded>
			<wfw:commentRss>http://envisioncad.com/tips/civil-3d-command-line-autocomplete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBA Date&#160;Comparisons</title>
		<link>http://envisioncad.com/tips/vba-date-comparisons/</link>
		<comments>http://envisioncad.com/tips/vba-date-comparisons/#comments</comments>
		<pubDate>Mon, 07 May 2012 21:18:46 +0000</pubDate>
		<dc:creator>rod@envisioncad.com</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://envisioncad.com/?p=4046</guid>
		<description><![CDATA[VBA has native Date functions as well as a Date data type that allow for comparing and storing date information. The DateAdd function returns a future date (or previous date using a negative interval) using the specified interval. The interval can be in seconds, minutes, hours, days, months, weeks, or years. The DateDiff function will [...]]]></description>
			<content:encoded><![CDATA[<p>VBA has native Date functions as well as a Date data type that allow for comparing and storing date information. The <strong>DateAdd</strong> function returns a future date (or previous date using a negative interval) using the specified interval. The interval can be in seconds, minutes, hours, days, months, weeks, or years. The <strong>DateDiff</strong> function will return the difference between two days in the specified interval.</p>
<p>The example below calculates a target date 180 days prior to the current date then finds all files in the specified folder that were last modified prior to the target date.</p>
<pre>Sub Test()
    ArchiveFiles ActiveDesignFile.Path, 180
End Sub</pre>
<p>&nbsp;</p>
<pre>Sub ArchiveFiles(strPath As String, numDays As Long)
    Dim dateTarget As Date
    Dim iDays As Long
    Dim strFile As String</pre>
<pre></pre>
<pre>    ' Target date is numDays before today
    dateTarget = DateAdd("d", numDays * -1, Date)</pre>
<pre></pre>
<pre>    ' find all files in current folder
    strFile = Dir(strPath &amp; "\*")</pre>
<pre></pre>
<pre>    Do While Len(strFile) &gt; 0</pre>
<pre>        ' get the number of days since the file was created or last modified
        iDays = DateDiff("d", FileDateTime(strFile), dateTarget)</pre>
<pre></pre>
<pre>        ' If older than numDays send to archive</pre>
<pre>        If iDays &gt; numDays Then</pre>
<pre>            ' Archive file</pre>
<pre>        End If</pre>
<pre>        strFile = Dir</pre>
<pre>    Loop</pre>
<pre>End Sub</pre>
]]></content:encoded>
			<wfw:commentRss>http://envisioncad.com/tips/vba-date-comparisons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save your Favorite Locations in&#160;AutoCAD</title>
		<link>http://envisioncad.com/tips/save-your-favorite-locations-in-autocad/</link>
		<comments>http://envisioncad.com/tips/save-your-favorite-locations-in-autocad/#comments</comments>
		<pubDate>Mon, 07 May 2012 21:17:46 +0000</pubDate>
		<dc:creator>Bob Mecham</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[AutoCAD]]></category>

		<guid isPermaLink="false">http://envisioncad.com/?p=4290</guid>
		<description><![CDATA[Save your Favorite Locations in the Places List When, Opening, Saving or creating a New drawing in AutoCAD, do you find yourself constantly maneuver through the explorer dialog clicking your way to the drive and folder you need, because the last folder you selected, or the default location is just not the folder you need?  [...]]]></description>
			<content:encoded><![CDATA[<h4>Save your Favorite Locations in the Places List</h4>
<p>When, Opening, Saving or creating a New drawing in AutoCAD, do you find yourself constantly maneuver through the explorer dialog clicking your way to the drive and folder you need, because the last folder you selected, or the default location is just not the folder you need?  This simple tip may save you a lot of clicking and search time.</p>
<p>Use the <strong><em>Places List</em></strong> in the AutoCAD <em>New</em>, <em>Open</em> and <em>Save</em> dialogs to make navigating to where you need to go a snap.</p>
<div id="attachment_4305" class="wp-caption alignnone" style="width: 632px"><a href="http://envisioncad.com/wp-content/uploads/2012/05/5-7-2012-9-42-15-AM.png"><img class="size-full wp-image-4305" title="AutoCAD Save Favorite Locations" src="http://envisioncad.com/wp-content/uploads/2012/05/5-7-2012-9-42-15-AM.png" alt="" width="622" height="448" /></a><p class="wp-caption-text">Figure-1</p></div>
<p>On each of the Open, New and Save dialogs you can take advantage of the left pane called the <strong>Places list</strong> (Shaded area in Figure-1) by adding your own favorites to create a custom shortcut list. The handy thing is you only need to add a “place” in the list of any one of these three dialogs and it will show up in the others.</p>
<p>It is really as easy as SELECT, DRAG and DROP.</p>
<div id="attachment_4298" class="wp-caption alignnone" style="width: 648px"><a href="http://envisioncad.com/wp-content/uploads/2012/05/5-7-2012-9-35-02-AM.png"><img class="size-full wp-image-4298" title="AutoCAD Drag and Drop Save your Favorites " src="http://envisioncad.com/wp-content/uploads/2012/05/5-7-2012-9-35-02-AM.png" alt="" width="638" height="464" /></a><p class="wp-caption-text">Figure-2</p></div>
<p>Step 1: Launch the Open Dialog box and navigate to the drive and folder you want to be able to access with one click.</p>
<p>Step 2: Select the folder, hold down the left mouse button, and drag the folder into the Place list panel, then let go of the left mouse button. Your shortcut is created.</p>
<p>For this example the “J:\EnvisionCAD\Project” folder has been selected, now notice in Figure-3 the <strong><em>Project</em></strong> shortcut shows up in the places panel on the New and Save dialog.</p>
<div id="attachment_4299" class="wp-caption alignnone" style="width: 650px"><a href="http://envisioncad.com/wp-content/uploads/2012/05/5-7-2012-9-36-32-AM.png"><img class=" wp-image-4299" title="AutoCAD Projects List" src="http://envisioncad.com/wp-content/uploads/2012/05/5-7-2012-9-36-32-AM.png" alt="" width="640" height="334" /></a><p class="wp-caption-text">Figure-3</p></div>
<p>Have fun with this. You just need to navigate to a location once, and you want to save it as a short cut, merely click, drag and drop.  The Objects in the Places list can also be reorganized by selecting and dragging either up or down within the panel.</p>
<p>To remove any unwanted or old shortcuts, right click in the panel area to reveal the menu shown in Figure-4 below.</p>
<div id="attachment_4300" class="wp-caption alignnone" style="width: 246px"><a href="http://envisioncad.com/wp-content/uploads/2012/05/5-7-2012-9-47-08-AM.png"><img class="size-full wp-image-4300" title="5-7-2012 9-47-08 AM" src="http://envisioncad.com/wp-content/uploads/2012/05/5-7-2012-9-47-08-AM.png" alt="" width="236" height="140" /></a><p class="wp-caption-text">Figure-4</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://envisioncad.com/tips/save-your-favorite-locations-in-autocad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bentley DGN reader for Windows&#160;7</title>
		<link>http://envisioncad.com/tips/bentley-dgn-reader-for-windows-7/</link>
		<comments>http://envisioncad.com/tips/bentley-dgn-reader-for-windows-7/#comments</comments>
		<pubDate>Mon, 07 May 2012 21:16:35 +0000</pubDate>
		<dc:creator>Bob Mecham</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[MicroStation]]></category>

		<guid isPermaLink="false">http://envisioncad.com/?p=4227</guid>
		<description><![CDATA[Save time finding the right files using Bentley DGN reader for Windows 7 With the release of MicroStation V8i (SELECTseries 3) we now have the ability to preview MicroStation design files in Windows Explorer and other Windows Applications.  Options include panning and rotating DGN files right from the preview pane in Windows Explorer.  Searching text [...]]]></description>
			<content:encoded><![CDATA[<h4>Save time finding the right files using Bentley DGN reader for Windows 7</h4>
<p>With the release of MicroStation V8i (SELECTseries 3) we now have the ability to preview MicroStation design files in Windows Explorer and other Windows Applications.  Options include panning and rotating DGN files right from the preview pane in Windows Explorer.  Searching text inside the MicroStation DGN document can also be accomplished using the Windows Explorer search box.</p>
<p><strong>Preview Pane – Windows Explorer</strong></p>
<ol>
<li>From the Window Explorer dialog toggle <strong>ON</strong> the <strong>Preview Pane</strong>.</li>
<li> Select a MicroStation DGN file.  The Preview Pane will show the view navigation tools along with any additional models that exist as tabs.</li>
</ol>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/05/Bentley-DGN-reader-preview-600w.png"><img class="alignnone size-full wp-image-4240" title="Bentley DGN reader preview-600w" src="http://envisioncad.com/wp-content/uploads/2012/05/Bentley-DGN-reader-preview-600w.png" alt="" width="600" height="358" /></a></p>
<p><strong>Search Box &#8211; Text Search inside DGN files</strong></p>
<ol>
<li>In the Windows Explorer dialog path to the directory to be searched</li>
<li>From the Window Explorer dialog type the keyword in the <strong>Search Box</strong>.</li>
<li>In the list of search results select a file to locate the text within the MicroStation file.</li>
</ol>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/05/Bentley-DGN-reader-search-600w.png"><img class="alignnone size-full wp-image-4241" title="Bentley DGN reader search-600w" src="http://envisioncad.com/wp-content/uploads/2012/05/Bentley-DGN-reader-search-600w.png" alt="" width="600" height="359" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://envisioncad.com/tips/bentley-dgn-reader-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is New &amp; Enhanced in Civil 3D&#160;2013?</title>
		<link>http://envisioncad.com/tips/what-is-new-enhanced-in-civil-3d-2013/</link>
		<comments>http://envisioncad.com/tips/what-is-new-enhanced-in-civil-3d-2013/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 21:09:29 +0000</pubDate>
		<dc:creator>Bob Mecham</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://envisioncad.com/?p=3933</guid>
		<description><![CDATA[Civil 3D 2013 is out and available. If you are a Subscription member you can download your 2013 products and give it a test drive, meanwhile you can download  from here our What is new in AutoCAD Civil 3D 2013. What new tool or enhancement would you like to see first? Don&#8217;t want to miss [...]]]></description>
			<content:encoded><![CDATA[<h2>Civil 3D 2013 is out and available.</h2>
<p>If you are a Subscription member you can download your 2013 products and give it a test drive, meanwhile you can download  from here our <a href="http://envisioncad.com/wp-content/uploads/2012/04/C3D2013-What-is-NEW1.pdf">What is new in AutoCAD Civil 3D 2013</a>.</p>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/04/autocad-civil-3d-20131.png"><img class="alignnone size-full wp-image-3936" title="AutoCAD Civil 3D 2013" src="http://envisioncad.com/wp-content/uploads/2012/04/autocad-civil-3d-20131.png" alt="" width="580" height="338" /></a></p>
<h4>What new tool or enhancement would you like to see first?</h4>
<p>Don&#8217;t want to miss out on our new training courses and tips on Civil 3D? Subscribe to this <a title="EnvisionCAD Blog" href="http://envisioncad.com/subscribe-to-the-envision-blog/" target="_blank">blog</a> or our monthly <a title="EnvisionCAD Newsletter" href="http://envisioncad.list-manage.com/subscribe?u=02957622a713c795de0e21454&amp;id=ed004438f8" target="_blank">eNewsletter</a> today!</p>
<p><a href=" http://envisioncad.com" target="_blank">Learn More</a> ◊ <a title="EnvisionCAD Contact Us" href="http://envisioncad.com/contact/" target="_blank">Contact us today</a> ◊ <a title="EnvisionCAD Newsletter" href="http://envisioncad.list-manage.com/subscribe?u=02957622a713c795de0e21454&amp;id=ed004438f8" target="_blank">Newsletter</a> ◊</p>
<p><a title="EnvisionCADs Linkedin Group" href="http://www.linkedin.com/groups?gid=2384679&amp;trk=hb_side_g" target="_blank"><img title="EnvisionCADs Linkedin Group" src="http://envisioncad.com/wp-content/uploads/2012/02/LinkedinLogo.png" alt="EnvisionCAD Group" width="34" height="35" /></a> <a href="http://www.youtube.com/user/envisioncad" target="_blank"><img title="EnvisionCADs YouTube Channel" src="http://envisioncad.com/wp-content/uploads/2012/02/YouTubeLogo.png" alt="EnvisionCAD YouTube Channel" width="35" height="35" /></a> <a href="http://www.facebook.com/EnvisionCAD" target="_blank"><img title="EnvisionCADs Facebook Page" src="http://envisioncad.com/wp-content/uploads/2012/02/FaceBookLogo1.png" alt="" width="35" height="35" /></a> <a href="http://twitter.com/#!/envisioncad" target="_blank"><img title="EnvisionCAD Twitter " src="http://envisioncad.com/wp-content/uploads/2012/02/TwitterLogo.png" alt="" width="35" height="34" /></a> <a href="http://envisioncad.com/resources/" target="_blank"><img title="Newsletter Archive" src="http://envisioncad.com/wp-content/uploads/2012/02/NewsletterGraphic.png" alt="" width="50" height="35" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://envisioncad.com/tips/what-is-new-enhanced-in-civil-3d-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use BPOLY to create an AutoCAD Shrinkwrap&#160;entity</title>
		<link>http://envisioncad.com/tips/use-bpoly-to-create-an-autocad-shrinkwrap-entity/</link>
		<comments>http://envisioncad.com/tips/use-bpoly-to-create-an-autocad-shrinkwrap-entity/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 20:49:38 +0000</pubDate>
		<dc:creator>Bob Mecham</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[Boundary]]></category>

		<guid isPermaLink="false">http://envisioncad.com/?p=3686</guid>
		<description><![CDATA[AutoCAD BPOLY command Instead of using commands such as Copy, Trim, Pedit with Join to create a closed polyline around multiple entities try using the BPOLY command. The BPOLY command will open the Boundary Creation Dialog box. To create a closed polyline around the outside of the objects simply create a rectangle polyline enclosing the [...]]]></description>
			<content:encoded><![CDATA[<h4>AutoCAD BPOLY command</h4>
<p>Instead of using commands such as Copy, Trim, Pedit with Join to create a closed polyline around multiple entities try using the BPOLY command.</p>
<p>The BPOLY command will open the Boundary Creation Dialog box.</p>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/03/3-27-2012-10-03-30-AM.png"><img class="alignnone size-full wp-image-3687" title="BPOLY Boundary Creation" src="http://envisioncad.com/wp-content/uploads/2012/03/3-27-2012-10-03-30-AM.png" alt="" width="302" height="297" /></a></p>
<p>To create a closed polyline around the outside of the objects simply create a rectangle polyline enclosing the objects before running the BPOLY command.  This will ensure you can use the <em>Island detection</em> option.  Make your pick point between the rectangle polyline and the objects.</p>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/03/3-27-2012-10-04-37-AM.png"><img class="alignnone  wp-image-3688" title="BPOLY Before" src="http://envisioncad.com/wp-content/uploads/2012/03/3-27-2012-10-04-37-AM.png" alt="" width="315" height="258" /></a><a href="http://envisioncad.com/wp-content/uploads/2012/03/3-27-2012-10-04-56-AM.png"><img class="alignnone  wp-image-3689" title="BPOLY After" src="http://envisioncad.com/wp-content/uploads/2012/03/3-27-2012-10-04-56-AM.png" alt="" width="254" height="201" /></a></p>
<p>Finally delete the polyline rectangle once the closed polyline has been created.</p>
<h5>Addendum example:</h5>
<p>Objects that formed multiple closed spaces.  The idea behind using the rectangle is to shrinkwrap the largest combined closed space that the objects made.</p>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/04/BPOLY_insidepick.png"><img class="size-full wp-image-4221 alignleft" title="BPOLY inside rectangle pick" src="http://envisioncad.com/wp-content/uploads/2012/04/BPOLY_insidepick.png" alt="" width="533" height="284" /></a></p>
<p>&nbsp;</p>
<div></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://envisioncad.com/tips/use-bpoly-to-create-an-autocad-shrinkwrap-entity/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Terrain Models in MicroStation SELECTseries&#160;3</title>
		<link>http://envisioncad.com/tips/terrain-model-microstation-selectseries-3/</link>
		<comments>http://envisioncad.com/tips/terrain-model-microstation-selectseries-3/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 20:47:46 +0000</pubDate>
		<dc:creator>Bob Mecham</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Contours]]></category>
		<category><![CDATA[display style]]></category>
		<category><![CDATA[MicroStation]]></category>
		<category><![CDATA[Surface]]></category>
		<category><![CDATA[Triangles]]></category>

		<guid isPermaLink="false">http://envisioncad.com/?p=3650</guid>
		<description><![CDATA[MicroStation SS3 Terrain Models With the release of MicroStation V8i SELECTseries 3 we now have the ability to import a LandXML surface file into a DGN file. A Civil Application such as InRoads or GEOPAK is not required.  This new Terrain Model element type resides inside the DGN file and allows users to view the [...]]]></description>
			<content:encoded><![CDATA[<h4>MicroStation SS3 Terrain Models</h4>
<p>With the release of MicroStation V8i SELECTseries 3 we now have the ability to import a LandXML surface file into a DGN file. A Civil Application such as InRoads or GEOPAK is not required.  This new Terrain Model element type resides inside the DGN file and allows users to view the data a number ways.</p>
<h3>Import LandXML file<a href="http://envisioncad.com/wp-content/uploads/2012/03/task1.png"><img class="alignright size-full wp-image-3658" title="MicroStation Task Terrain Model" src="http://envisioncad.com/wp-content/uploads/2012/03/task1.png" alt="" width="291" height="340" /></a></h3>
<ol>
<li>From the Task Navigation menu select the icon to<br />
<strong>Import LandXML</strong>. The Import LandXML dialog will appear.</li>
<li>Or from the pull down menu select:<br />
<strong><strong>Tools &gt; Terrain Model &gt; Open as Toolbox</strong></strong><a href="http://envisioncad.com/wp-content/uploads/2012/03/toolbox.png"><img class="alignnone size-full wp-image-3657" title="MicroSation toolbox Terrain Model" src="http://envisioncad.com/wp-content/uploads/2012/03/toolbox.png" alt="" width="98" height="60" /></a></li>
<li style="text-align: left;">Navigate to the LandXML file, once selected the file will be imported into the MicroStation DGN file and displayed in the view.</li>
</ol>
<h4></h4>
<h4></h4>
<h3>View Terrain Model</h3>
<ol>
<li>Using the <strong>Element Selection</strong> tool identify the displayed Terrain Model.</li>
<li>From the Primary toolbar open the <strong>Element Information</strong> dialog.  The Terrain Model will be selected.</li>
</ol>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/03/triangles.png"><img class="alignnone  wp-image-3651" title="MicroStation Terrain Model Triangles" src="http://envisioncad.com/wp-content/uploads/2012/03/triangles.png" alt="" width="609" height="455" /></a></p>
<p>&nbsp;</p>
<ul>
<li>Use the <strong>Calculated Features Display</strong> to toggle the display of the features <strong>OFF</strong> and <strong>ON</strong>.</li>
</ul>
<ol>
<li>Expand the<strong> Terrain: (name)</strong> at the top of the Element Information dialog to change the display settings of the features.</li>
</ol>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/03/contours.png"><img class="alignnone  wp-image-3652" title="MicroStation Terrain Model Contours" src="http://envisioncad.com/wp-content/uploads/2012/03/contours.png" alt="" width="610" height="456" /></a></p>
<ul>
<li>The image above is displaying the contours, flow arrows, low and high points.  This display makes for easy evaluation of surface drainage.</li>
</ul>
<h3>Thematic Display of Terrain Models</h3>
<p>In addition to the common surface display features additional Thematic Display Styles have been added to help view and evaluate a Terrain.</p>
<h5>Thematic Display – Height</h5>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/03/height.png"><img class="alignnone  wp-image-3653" title="MicroStation Terrain Model Thematic Display Height" src="http://envisioncad.com/wp-content/uploads/2012/03/height.png" alt="" width="608" height="456" /></a></p>
<h5>Thematic Display – Slope</h5>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/03/slope.png"><img class="alignnone  wp-image-3655" title="MicroStation Terrain Model Thematic Display Slope" src="http://envisioncad.com/wp-content/uploads/2012/03/slope.png" alt="" width="608" height="453" /></a></p>
<h5>Thematic Display – Hill Shade</h5>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/03/hillshade.png"><img class="alignnone  wp-image-3654" title="MicroStation Terrain Model Thematic Display Hill Shade" src="http://envisioncad.com/wp-content/uploads/2012/03/hillshade.png" alt="" width="609" height="452" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://envisioncad.com/tips/terrain-model-microstation-selectseries-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Civil 3D Surface Display&#160;Settings</title>
		<link>http://envisioncad.com/tips/simplify-level-surface-detail-civil3d-surface/</link>
		<comments>http://envisioncad.com/tips/simplify-level-surface-detail-civil3d-surface/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 18:01:21 +0000</pubDate>
		<dc:creator>Bob Mecham</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Civil3D]]></category>
		<category><![CDATA[Surface]]></category>

		<guid isPermaLink="false">http://envisioncad.com/?p=3697</guid>
		<description><![CDATA[Civil 3D 2012 Increased performance for AutoCAD Civil 3D can be achieved by controlling how surface graphics display.  This can be useful when working in a drawing with large surfaces. At the Command line type; LEVELOFDETAIL to turn it on LEVELOFDETAILOFF to turn it off Or From the ribbon go to View Tab &#62; View [...]]]></description>
			<content:encoded><![CDATA[<h4>Civil 3D 2012</h4>
<p>Increased performance for AutoCAD Civil 3D can be achieved by controlling how surface graphics display.  This can be useful when working in a drawing with large surfaces.</p>
<p>At the Command line type;<br />
<strong>LEVELOFDETAIL</strong> to turn it on<br />
<strong>LEVELOFDETAILOFF</strong> to turn it off</p>
<p>Or</p>
<p>From the ribbon go to <strong>View Tab &gt; View Panel </strong>&gt; <strong>Level of Detail</strong> to access toggle settings.</p>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/03/3-27-2012-10-11-40-AM.png"><img class="alignnone size-full wp-image-3699" title="Civil3D Surface Level of Detail" src="http://envisioncad.com/wp-content/uploads/2012/03/3-27-2012-10-11-40-AM.png" alt="" width="322" height="124" /></a></p>
<p>The level of surface detail in the drawing decreases as you zoom out and the displayed amount of surface data increases as you zoom in.</p>
<div id="attachment_3700" class="wp-caption alignleft" style="width: 273px"><a href="http://envisioncad.com/wp-content/uploads/2012/03/3-27-2012-10-11-57-AM.png"><img class="size-full wp-image-3700 " title="Level of Detail Zoomed Out" src="http://envisioncad.com/wp-content/uploads/2012/03/3-27-2012-10-11-57-AM.png" alt="" width="263" height="242" /></a><p class="wp-caption-text">Zoomed Out</p></div>
<div id="attachment_3698" class="wp-caption alignright" style="width: 292px"><a href="http://envisioncad.com/wp-content/uploads/2012/03/3-27-2012-10-12-21-AM.png"><img class="wp-image-3698 " title="Level of Detail Zoomed In" src="http://envisioncad.com/wp-content/uploads/2012/03/3-27-2012-10-12-21-AM.png" alt="" width="282" height="241" /></a><p class="wp-caption-text">Zoomed In</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The level of detail mode has no effect on the detail of any object when plotting.  Surfaces are the only objects that are affected by the level of detail view.</p>
]]></content:encoded>
			<wfw:commentRss>http://envisioncad.com/tips/simplify-level-surface-detail-civil3d-surface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding VBA Processing Status with a Cancel&#160;Option</title>
		<link>http://envisioncad.com/tips/adding-vba-processing-status-with-a-cancel-option/</link>
		<comments>http://envisioncad.com/tips/adding-vba-processing-status-with-a-cancel-option/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 15:01:58 +0000</pubDate>
		<dc:creator>Bob Mecham</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://envisioncad.com/?p=3674</guid>
		<description><![CDATA[Many applications provide a progress bar with a Cancel option for long running processes. VBA does not have a native progress bar control, but you can provide the same type of information with your own “Status” UserForm containing an informational label and a Cancel button. The code below shows how this can be accomplished. The [...]]]></description>
			<content:encoded><![CDATA[<p>Many applications provide a progress bar with a Cancel option for long running processes. VBA does not have a native progress bar control, but you can provide the same type of information with your own “Status” UserForm containing an informational label and a Cancel button.</p>
<p><a href="http://envisioncad.com/wp-content/uploads/2012/03/processingstatus.png"><img class="alignnone size-full wp-image-3675" title="processingstatus" src="http://envisioncad.com/wp-content/uploads/2012/03/processingstatus.png" alt="" width="324" height="126" /></a></p>
<p>The code below shows how this can be accomplished. The click event of the Cancel button will set a public Boolean variable (IsCancelled) to true, which is then picked up by the main processing loop and stops the execution.The key is to include calls to the <strong>DoEvents</strong> function inside your code. DoEvents temporarily suspends operation of the current module so Windows can receive and process other events. In this case we want Windows to update the label on our status form and process any click event on the Cancel button.</p>
<p>&nbsp;</p>
<p>Main Module</p>
<pre>Public IsCancelledAs Boolean</pre>
<pre>Sub TestCancel()</pre>
<pre style="padding-left: 30px;">Dim i As Long
Dim iStart As Long
Dim iEnd As Long</pre>
<pre>iStart = 0</pre>
<pre>iEnd = 2147483647   ' largest possible Long value</pre>
<pre style="padding-left: 30px;">With frmStatus</pre>
<pre style="padding-left: 60px;">.lblStatus.Caption = "Initializing"</pre>
<pre style="padding-left: 60px;">.Show False' Status form is non-modal</pre>
<pre style="padding-left: 30px;">End With</pre>
<pre>IsCancelled = False</pre>
<pre style="padding-left: 30px;">For i = iStartToiEnd</pre>
<pre>DoEvents</pre>
<pre style="padding-left: 30px;">If IsCancelled Then</pre>
<pre>MsgBox "User cancelled at "&amp;CStr(i), vbInformation</pre>
<pre style="padding-left: 60px;">Exit Sub</pre>
<pre style="padding-left: 30px;">End If</pre>
<pre>frmStatus.lblStatus.Caption = "Counting: " &amp;CStr(i) &amp; " of " &amp;CStr(iEnd)</pre>
<pre style="padding-left: 30px;">Next</pre>
<pre style="padding-left: 30px;">Unload frmStatus</pre>
<pre>MsgBox "Processing Complete", vbInformation</pre>
<pre>End Sub</pre>
<pre>Forms - frmStatus</pre>
<pre style="padding-left: 30px;">Private Sub cmdCancel_Click()</pre>
<pre style="padding-left: 30px;">IsCancelled = True</pre>
<pre style="padding-left: 30px;">Unload Me</pre>
<pre>End Sub</pre>
<p>&nbsp;</p>
<p>Calling DoEvents and updating the status label every time through the loop is a big performance drain on the application. Modifying the main processing loop so that the DoEvents and status update happen at only regular intervals will greatly speed up the processing of your application. In the modified snippet below DoEvents and the status update are done every 1000 times through the loop.</p>
<pre>iStatus = 1000</pre>
<pre style="padding-left: 30px;">For i = iStartToiEnd</pre>
<pre style="padding-left: 60px;">If i Mod iStatus = 0 Then</pre>
<pre>DoEvents</pre>
<pre style="padding-left: 90px;">If IsCancelled Then</pre>
<pre>MsgBox "User cancelled at "&amp;CStr(i), vbInformation</pre>
<pre style="padding-left: 90px;">Exit Sub</pre>
<pre style="padding-left: 60px;">End If</pre>
<pre>frmStatus.lblStatus.Caption = "Counting: " &amp;CStr(i) &amp; " of " &amp;CStr(iEnd)</pre>
<pre style="padding-left: 30px;">End If</pre>
<pre>Next</pre>
]]></content:encoded>
			<wfw:commentRss>http://envisioncad.com/tips/adding-vba-processing-status-with-a-cancel-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MicroStation Commands &#8211; Did you&#160;know?</title>
		<link>http://envisioncad.com/tips/microstation-commands-did-you-know/</link>
		<comments>http://envisioncad.com/tips/microstation-commands-did-you-know/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 21:38:48 +0000</pubDate>
		<dc:creator>envisioncad</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[MicroStation]]></category>

		<guid isPermaLink="false">http://envisioncad.com/?p=3521</guid>
		<description><![CDATA[MicroStation Gems &#8211; Screen Capture &#8211; 1 of 12 It&#8217;s all about productivity and profitability right? To stay competitive, stay in business, and reward hard work we need both. Not that luck hurts &#8211; or is luck the same as knowledge, hard work and being ready when the opportunity arises&#8230;. Well, anyway, there are many [...]]]></description>
			<content:encoded><![CDATA[<h4>MicroStation Gems &#8211; Screen Capture &#8211; 1 of 12</h4>
<p>It&#8217;s all about productivity and profitability right? To stay competitive, stay in business, and reward hard work we need both. Not that luck hurts &#8211; or is luck the same as knowledge, hard work and being ready when the opportunity arises&#8230;.  Well, anyway, there are many tools, commands, and functions in MicroStation that may not be required in daily operations but when necessary they sure come in handy. We have developed a &#8216;Top 12&#8242; list of our favorites. The list was developed through personal experience and from questions we hear such as &#8220;how long has that been in MicroStation&#8221;. It&#8217;s not uncommon for the answer to be; for years and years. Here is our first entry on the list.</p>
<p>Images &#8211; more and more the interaction we expect is visual. After all CAD is a visual communication method. Sometimes we need to convey ideas and information that cannot be viewed by others in the CAD environment. This information may be as simple as a screen capture or as an elaborate animation. Did you know that this, and more, can be accomplished from MicroStation as it comes straight-out-of-the-box? If not, try choosing <strong>Utilities>Image></strong> and start poking around. Image Capture, Display, and Conversion are favorites.<a href="http://envisioncad.com/wp-content/uploads/2012/03/MS_ScreenCapture.png"><img src="http://envisioncad.com/wp-content/uploads/2012/03/MS_ScreenCapture-300x230.png" alt="MicroStation screen capture" title="MS_ScreenCapture" width="300" height="230" class="alignright size-medium wp-image-3522" /></a></p>
<p>Have your own favorites? Comment below or send them our way and we&#8217;ll share them with the CAD community.</p>
<p>Don&#8217;t want to miss out on other great information? Subscribe to this <a title="EnvisionCAD Blog" href="http://envisioncad.com/subscribe-to-the-envision-blog/" target="_blank">blog</a> or our monthly <a title="EnvisionCAD Newsletter" href="http://envisioncad.list-manage.com/subscribe?u=02957622a713c795de0e21454&amp;id=ed004438f8" target="_blank">eNewsletter</a> today!</p>
<p><a href=" http://envisioncad.com" target="_blank">Learn More</a> ◊ <a title="EnvisionCAD Contact Us" href="http://envisioncad.com/contact/" target="_blank">Contact us today</a> ◊ <a title="EnvisionCAD Newsletter" href="http://envisioncad.list-manage.com/subscribe?u=02957622a713c795de0e21454&amp;id=ed004438f8" target="_blank">Newsletter</a> ◊</p>
<p><a title="EnvisionCADs Linkedin Group" href="http://www.linkedin.com/groups?gid=2384679&amp;trk=hb_side_g" target="_blank"><img class="alignnone size-full wp-image-3301" title="EnvisionCADs Linkedin Group" src="http://envisioncad.com/wp-content/uploads/2012/02/LinkedinLogo.png" alt="EnvisionCAD Group" width="34" height="35" /></a> <a href="http://www.youtube.com/user/envisioncad" target="_blank"><img class="alignnone size-full wp-image-3302" title="EnvisionCADs YouTube Channel" src="http://envisioncad.com/wp-content/uploads/2012/02/YouTubeLogo.png" alt="EnvisionCAD YouTube Channel" width="35" height="35" /></a> <a href="http://www.facebook.com/EnvisionCAD" target="_blank"><img class="alignnone size-full wp-image-3304" title="EnvisionCADs Facebook Page" src="http://envisioncad.com/wp-content/uploads/2012/02/FaceBookLogo1.png" alt="" width="35" height="35" /></a> <a href="http://twitter.com/#!/envisioncad" target="_blank"><img class="alignnone size-full wp-image-3305" title="EnvisionCAD Twitter " src="http://envisioncad.com/wp-content/uploads/2012/02/TwitterLogo.png" alt="" width="35" height="34" /></a> <a href="http://envisioncad.com/resources/" target="_blank"><img class="alignnone size-full wp-image-3306" title="Newsletter Archive" src="http://envisioncad.com/wp-content/uploads/2012/02/NewsletterGraphic.png" alt="" width="50" height="35" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://envisioncad.com/tips/microstation-commands-did-you-know/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

