BIM new 26/03/22
Is this the worst Revit family ever?
In this video, we explore a terrible family downloaded on a popular Revit manufacturer content website. You will learn all the red flags you should look for when you verify families.
Revit Pure Live?#035?- BIM at BIG with Jens Majdal Kaarsholm
In this episode of Revit Pure Live, we take a deep dive into the BIM processes of one of the most beloved international architecture firms, BIG. Jens Majdal Kaarsholm recently became the director of design technology for Bjarke Ingels Group, after being BIM manager there since 2018.
Mastering Revit MEP Systems (w/David Butts)
On this episode of BIM After Dark Live I will be joined by David Butts to talk about mastering Revit MEP Systems. However, this will not be your typical "click here" demonstration of MEP Systems in Revit.... David and I will discuss understanding the workflow more than the features. It’s about changing a mindset to understand the relationship between objects in design and model, and how relevant data transverses between objects. It what CAD guys still don’t get – the deliverable is no longer going to be about the sheet, it’s going to be about the data towards a true set of digital twins.
Python vs. C# for Revit Users (Using Dynamo and Grasshopper)
On this episode of BIM After Dark Live the great Marcello Sgambelluri returns to the show to talk about Python vs. C# for Revit Users as it relates to Dynamo and Grasshopper. If you don't know Python and want to learn it, join us. If you don't know C# and want to learn the basics, join us. If you KNOW Python but want to know how it relates to C#, join us!
Placeholder Links in Revit Tutorial (Office Hour Sessions)
On this episode of the Office Hour Sessions community members Paul and Chris ask about the concept of Placeholder Links in Revit Tutorial. This is a technique that allows you to build filters and graphics of LINKED files into your template... SO powerful when used correctly.
Revit health check on the web using Toric!
Today on the channel we're using a platform called Toric to measure the health of our model, specifically focusing on warning elements! This platform is a little bit like Dynamo in that it uses visual programming to lower the entry level requirement and offers a wide variety of data transformation and visualisation features from there.
Cleaning Revit family file backups (the easy way!)
A quick tip today, time to zap those backup files...
领英推荐
Revit Cloud Worksharing - fast extraction of Revit zip files with partials
When a model is published from "Revit Cloud Worksharing", a single zip file is saved?to BIM 360 docs.?That zip file contains the master Revit file, along with all linked Revit files. These zip files are big, and they get renamed from .ZIP to a .RVT file in the webpage. How do I know it's a zip or a RVT file? How do I only download the RVT file I want, contained inside the zip file ?
dotbim (Version 1.0.0)
Introducing an open-source, accessible, simple, minimalistic file format for BIM. Built to be easy to read and write. Created by BIM developers for BIM developers.
Work at the speed of thought using Toric dataflows.
Toric is a visual data experience – from exploration, processing and visualization. Nodes can be connected together to build powerful data-pipelines. At Toric, believe that data should be easy to use and accessible for everyone. That's why they built Toric – a workspace where users can build real-time reports and dashboards without writing any code.
CADPythonShell
This is obviously a fork of RevitPythonShell, bringing an IronPython interpreter to Autodesk Autocad, and it would not be possible without the great work of everyone involved with the RPS project. It's still pretty rough around the edges and provides only basic functionality at this time. I'm sharing my work so far, in the hopes that together we can expand it further.
PlanFinder
PlanFinder is a software plugin for existing CAD and BIM software, that enables you to draw apartment plans faster. The plugin has two functionalities: Fit and Furnish. With Fit, you can fit existing plans to your input, and filter on your preferences. That is what the Fit functionality of PlanFinder does. It looks into a database of plans and picks the ones which fit the input most properly.
Dynamo Node Race - OOTB vs Python vs ZeroTouch
Have you ever wondered which method of creating a Dynamo graph is faster?
BlockTool
BlockTool is essentially a set of grasshopper scripts that performs simple geometric operations on lines drawn in #Rhino to generate buildings. The geometrical operations follow a set of customisable rules. Additional functionality such as saving parameters, calculating built-up area, exporting csv and sketchup files have been added. A set of useful(ish) error messages have also been added in to help users understand why the script is misbehaving. The tool is #grasshopper based, and thanks to the power of #opensource it depends on a few external plugins built by other developers, you can read the documentation for further instructions in the link below. It could potentially be used as a template to build additional functionality, and it’s under an #MIT licence.