“new ability to import and visualize massive datasets captured from reality as point clouds. If you are a modeler, you can view point clouds in true color in the 3ds Max viewport, interactively adjust the extent of the cloud displayed, and create new geometry in context by snapping to point cloud vertices.”
” improves product instability when inserting Spot Elevations within Sections.” I tweeted this last night, but if you don’t follow me, here are the links:
There is a difference between BIM and automation. Using Revit for BIM isn’t automatic – you need skills, time and effort to make it work.
Certain Revit add-ins fill a real need to make that leap between ‘hard work BIM’ and ‘automated BIM’. SAuBIM – Code Calcs is a proven tool for automating compliance checks related to room areas. It has been updated to version 2.0, and is working with 2013 and 2014.
Oh, and did I mention that Harry Mattison has been involved in the process – you won’t be disappointed!
As Jeff says: Simply click “Update Tags” and you have calculated data semi-automatically updated into your room tag!
You can get hold of Code Calcs for Revit 2013 and 2014 by using this link.
If you haven’t heard of it before, it automatically creates schedules for:
· Occupancy Loads (Per Room)
· Required Male Water Closets
· Required Female Water Closets
· Required Lavatories
· Required Drinking Fountains
and it allows you to tag this important data in intelligent Room tags.
Interesting – this kind of turns the point cloud technology upside down… It goes something like this:
Revit model
to points
to site survey hardware (set out the building)
build it
then laser scan the as constructed
compare points of the as built model for quality control
The part I’m trying to get my head around is this – these aren’t really point clouds, but rather, they are setout points of Revit BIM 3D elements for construction use. Perhaps the word ‘point’ is going to be more popular than the word ‘BIM’ this year 🙂
Ever noticed how the Graphic Surface Pattern of a Material will override a Walls surface in a Realistic (ie. materiality / render check) view, but not the edges?
Firstly, I don’t think Graphics values should affect Realistic view at all. Secondly, it should at least be consistent: either override wall faces and edges, or don’t override at all, yeah?
Ever pressed Cancel or No when prompted to save an Excel spreadsheet? Lost your work? How about this backup task… it basically copies Excel backup files to another location so that Excel can’t delete them when it closes.
Open Task Scheduler (tap Windows Key; start typing “task scheduler”, press enter/click on it when result is at top of Start Menu).
Click Action – Create Basic Task
Give it a name and click Next
Select “When I log on” as the Trigger
Select “Start a Program” and click Next
Type “Powershell” in the Program Name, then
in the “Add arguments (optional):” box, type “% {Copy-Item -path C:UsersusernameAppDataRoamingMicrosoftExcel -recurse -force -destination D:BackupExcelAutosave}” (changing the username to your username obviously, and also modify the destination directory if you want), then click Next
Then tick the box “Open the Properties dialog for this task when I click Finish”, then click Finish.
Under the “Triggers” tab, double click the “At log on” trigger, then tick the box “Repeat task every:” select an interval (i have 1 hour) and duration (i have 12 hours), make sure “Enabled” is selected, then click OK, then OK on the properties box.