I thought that most of this was ‘easy’ and solved now, but it was more of a challenge than I expected. I received aASC file from a survey in XYZRGB format, which looks like this:
Those XYZ values are Metres (or Meters if you are in US) in the MGA 94 coordinate system. I also received aDXF file with the same World coordinates, and project related gridlines so I could relate the pointcloudto our Revit models.
I tried getting the MGA Shared Coordinates right inRevit, and then linking an RCP or RCS from Recap ‘by Shared Coordinates‘, but I didn’t have much joy.
Here is the workflow that worked for me…
Getting the right Shared CoordinatesinRevit
Start a new, blank Revit model
Link the DXF Centre-to-Centre (this is best way to deal with huge coordinates)
Acquire Coordinates from it
Save your Revit file. You now have the right World coordinates, and a project grid relationship.
Importing the PointCloud by Shared Coordinates
Open Recap and import the data. For the ASC dataabove, on the import settings I used ‘Advanced’, and chose the text columns XYZRGB. I also set the coordinate system.
Export to PCG. Sounds weird, I know. But PCG is a nice reliable container that supports colours.
InRevit, Link PointCloud, by Shared Coordinates, and choose the unIndexed raw PCG:
Revit will now open another dialog, and you can index the PCG file (again) toan RCP+RCS
Link this RCP file by Shared Coordinates
It should be in the right location and related to the DXF coordinate system.
So, you are modelling this awesome conceptual design with Dynamo and Revit, and you realise “hey, what we need is access to the Star Wars API in here…”
Yes? Well, thanks to Jostein Berger Olsen, you can just open up your Package Manager and install SWAPI package:
In Revit, we often get access to a lot of useful information early in the design stages. To start with, you might have an Area Plan or perhaps a Room layout with defined area allowances for specific space types (Occupancy). Later, you may have some basic element quantities like Floor Areas or Wall linear length totals. However, we sometimes let that information ‘drift’, and don’t really grab it and use it nice and early.
Xinaps have put together a clean, effective Revit addin that basically puts you in touch with all of that data you already have in your model, and allows you to quickly assign costs. You can do it in different ways based on Cost Templates, so you can customise it to suit the current design stage of the building or development. For example, you may do a quick cost analysis based on the different occupancy types, cost per unit/area for that construction type, and the current floor areas in your building.
However, the Financial Simulator gives you a bit more… it gives you the ability to test the actual validity of the building long-term. How much money will this building produce, based on its lettable tenancy areas? How long is the building lifespan? What might it be worth when it is finished? Once you configure some of these values, the Xinaps Financial Simulator essentially gives you a net value of your building…
Is it worth proceeding with this design, or do we need to make some fundamental changes in order to maintain profitability?
Check out the brief training video that I put together for Xinaps below… and let me know what you think in the comments.
TBP is a Tekla container format, and part of what it typically contains is the model data in IFC format. Just open the TBP in an archive viewer like 7-zip:
Now you can see the folder structure inside the TBP. If you open up the files subfolder, you should find some IFC data:
You can copy or extract the IFC to a folder on your computer, and then open it or link it to Revit as usual.
Ok, Parts are pretty cool, particularly when working with Linked Files. But there is a strange behaviour in Revit that exists between the Parts Visibility setting of a View, and the Parts category Visibility / Graphics.
Here’s what I’m talking about:
In a 3D view, with a Linked Revit file, make some Parts from the linked elements. You could use something like this in Dynamo.
Now, switch the Parts Visibility of the view to Show Parts. Revit is now hiding the linked elements you made the parts from originally, and showing you the parts in the host model.
Let’s say you want to verify that the linked elements are really hidden… ok, let’s go into V/G and turn off Parts… drumroll please…
Revit decides that this means you want the Parts Visibility setting of the view to be turned back to Show Original, and so it goes ahead and does that. Um, thanks, I guess? In essence, the Parts V/G is linked to the Parts Visibility switch for the view.
So, what is the workaround?
Just make a filter for the Parts category, and turn that off:
Using this Filter, Revit does not switch the autopilot on, meaning you can have Show Parts turned on for the view, with the actual Part elements switched off.
Attach it to a Linux image in VirtualBox, my settings below:
Depending on your host hardware, you might want to Disable Mouse Integration (little icon at the bottom of the screen), and install an app like Rotation Locker from the Play Store so that you can force the screen rotation to portrait or landscape.
Once installed you should be able to access the Play Store from your Windows PC and install apps into the Android VM:
When it comes time to install a new suite, you may feel like removing an older version. In my case, I wanted to remove an entire 2015 suite from my Surface Pro 3. What is the quickest way to do this?
Well, you can do it almost completely unattended with the Autodesk Uninstall Tool, which should already be installed on your system. Its in the Start Menu under Autodesk…
Just tick the boxes and click Uninstall. It will tick away and let you know how many products have been uninstalled. Nice and easy…
The tool is located at: C:Program Files (x86)Common FilesAutodesk SharedUninstall ToolR1UninstallTool.exe