Stats

28.8.15

Dispatch from Support: Unit Settings in Autodesk ReCap 360

ReCap is a new-ish offering from Autodesk which debuted in spring 2013. I'm still learning the ins and outs, but so far it is very intuitive. The scope of the product very focused on processing laser scans and passing them to other Autodesk products. ReCap Photo is a related tool that can make 3D models from photos.

lasers!



Today I had a question from one of my users that I was a little embarrassed not to know off the top of my head. "Where do I set the project units in ReCap 360?"

By default, a new ReCap 360 project will start up in meters, but it is quite easy to change.

1- Go into Preferences


2- Set the project units to feet.

3- Once feet is set, you can choose foot types of International or US (meaning US Survey feet).

I recommend clearing the checkbox for "auto appropriate unit." If you keep that setting on, you'll get feet and miles as units (which might not be relevant to your project.)

Then click OK. No scaling is performed.

ReCap stands for "reality capture," but today is Friday and I'm about to let go of reality for 50-some hours! 

26.8.15

"Is it Me, or is the Cloud Down?"

Did you know there are public websites where you can check the status of the Autodesk cloud service you are trying to use?

Bookmark these!
  • https://health.autodesk.com/ is a site that reports the status of many of the most highly used Autodesk 360 products. You can sign up for status change alerts for your favorite services. 





If you are wondering why Infraworks 360 or ReCap 360 are not in the list here's why: Infraworks and Recap use a mix of the services listed on those pages to do it's thing. Signing in and getting your entitlements is done by the Identity and Accounts server, Oxygen (that's true of all of the web services that require sign in). If you run a profile optimization in Infraworks or create a 3D photo model in Recap, the computations are performed by a different server. Your online models are stored on another server (check Nitrogen if you are having trouble accessing online models).

Knock on wood, unplanned service outages are pretty rare. If everything looks good in the above web pages, the next step is to look at your connectivity to the outside world. 

13.8.15

How to Make Your Autodesk Deployments Portable

Here is a case I had WAY too much fun with. A CAD manager at one of my customers wanted to copy deployment packages to various local offices. The problem with that is the servers have different names so moving a deployment renders it useless unless you know which files to tweak.


 If one were to move a deployment image there are a few files that hang onto the path location.

  1. The target in the properties main shortcut used to launch the installer. (the shortcut circled above)
  2. Paths inside the ini file (in this example it will be in the img folder and called Infraworks_360_16.2.ini)
  3. Paths to modify the deployment. This is optional, but handy to have ready to go.
In this example I'm showing an Infraworks 360 deployment. However, this technique will work with most Autodesk product deployments.


  • So, instead of using the shortcut to launch the deployment, use a batch file. The batch file is short, but sweet and looks like this:

%~dp0Img\Setup.exe /W /q /I Img\Infraworks_360_16.2.ini /language en-us

%~dp0 means "use the current folder"
img is the next folder to look in. Note that there is no space between the %~dp0 and the Img
Setup.exe is the installation executable
/w means wait for any other installers to finish
/q means quiet (no dialog boxes except for a progress bar)
/I means install


  • Once you have the batch file, you can delete the original shortcut if you wish.
  • The last required step is to modify the ini file. Go to the IMG folder and edit the ini file with your deployment name (in my example Infraworks_360_16.2.ini ).
  • Scroll down to the Global MSI Properties Area
  • Remove the path to the Admin Image. You can delete this because it is only used when creating new deployments.
  • Change the path to the Network log to %tmp%

  • Save the ini file and that's it. 


If you want, you can also create a batch file to replace the Create & Modify a deployment shortcut too. The new deployment you create will be created in the same location as the one you are working with.
If you are a real stickler, you can use the same techniques to modify the path to the update tools in the ApplyUpdates folder. I find it much easier to manually run AdAppMgr.exe from ..\IMG\Setup\AdAppMgr\ but this is what it would look like if you want to make a batch file:
Because I kept all of the install tools in their default directories, I needed to use %~dp0..\..\ to tell the batch  file to look 2 directories up.

At this point you can move the deployment package to any server or USB drive without If you try this, I'd love to hear your feedback on how it worked for you. 

Special thanks to Richard H. for his ideas on doing this. 


3.8.15

Dispatch from Support: Does Infraworks 360 Account for the Curvature of the Earth?

Infraworks does take into account the curvature of the earth, BUT it does not compensate for that when importing a large FBX or other 3D models. For example, I had a support case for a user that had a single FBX that contained an entire city's worth of buildings. He noticed that buildings far from the basepoint appeared to "float." It turned out that the ground had curvature but the 3D model did not. The workaround is to break up the 3D models into multiple pieces to avoid running into the curvature of the earth. 

engineering would be so much easier with a flat earth
The curvature of the earth also impacts Infraworks users if you are working in a custom coordinate system with Civil 3D. If you are used to Civil 3D, you may know that the curvature of the earth is completely ignored in any AutoCAD based product. If you are using an out-of-the-box, real-life coordinate system, the ellipsoid is taken into account when transferring data to Infraworks (e.g. adjustment to work with the curvature of the earth happens automatically). However, if you are working in a custom coordinate system in Civil 3D and are pushing it out to Infraworks there is no ellipsoid to adjust to, therefore you may see coordinate weirdness in large models.  

Custom coordinate systems make my brain hurt. I recommend avoiding them altogether, especially if you are using Infraworks. This goes double for large models, where you will see the effects of a curved Infraworks world.

Tschüss!