Insights
Reset all insights-
Case studies
Selected experiences and success stories from our customers
-
Works
Our completed portfolio of projects in which we have participated
-
Guidelines
Papers, procedures and guides that help you make the most of BIM and BuiltTech tools
-
Nodes
Macros, scripts, binaries and links that make your life easier
-
News & events
Our latest updates, press releases, trips and findings
-
Videos
A collection of events, webinars, interviews and product videos
Filter by
Grasshopper Python 101
Introduction This is the first of a series of posts that should work as an introductory course to computer programming in general and script...
Navisworks Timeliner
How to fix lag in the animation Are you experiencing some lag in Navisworks’ timeliner animation? Sometimes we have some trouble trying to...
Cut beams and columns in Revit
Trying to cut a beam in Revit? Or a column? Sometimes it can be a little frustrating. Keep reading to learn some possible solutions. Standar...
View Discipline in Revit
Can I change the settings of each View Discipline? What changes when switching from one discipline to another? In the View Properties window...
Room Boundaries with Dynamo
Ever wanted to create a bunch of finishing walls and floors using pre-existing rooms in a large REVIT project? I recently did and these are ...
Scripting in Photoshop
Introduction Sometimes you’ll find yourself manually repeating tasks in photoshop because actions or macros can’t do the trick. ...
Grasshopper Scripting 108
Useful Stuff (II) After the beautiful examples from 107, let’s see some more examples of iteration that are not easily achievable with...
Grasshopper Scripting 107
Examples (I) In the previous lesson we described and used the concept of nested loop, and used it with basic types and Points. In this lesso...
Grasshopper Scripting 106
Loops (II) In the previous lesson we introduced some loops. Working with basic variables is interesting but I wanted to introduce a new vari...
Grasshopper Scripting 105
Loops (I) Loops are a fundamental weapon when dealing with program flow. You’ll want your component to perform a certain action many t...
Grasshopper Scripting 104
Lists In the last post we discussed applying conditional operations to single values. But that is way too simple. We expect to process many ...
Grasshopper Scripting 103
Conditionals and Operators Working with single values improves a lot when you can perform what is called conditional logic. This introduces ...
Pack Rhino Objects
One Block Per Layer – RhinoScripting Yesterday evening,we were exporting a Rhino model (containing mainly meshes) to SketchUp. We used...
Grasshopper Scripting 102
Variables and Assignment After the introduction in our latest post now is time to get our feet wet with a fundamental concept: variables. Wh...
Grasshopper Scripting 101
Introduction This is the first of a series of posts that should work as an introductory course to computer programming in general and script...
Assign a PlotStyle to all the Layouts in an AutoCAD Drawing Using .NET
Sometimes you might want to assign a certain PlotStyle to all the layouts in an drawing. That is what this function is for. It takes a strin...
Explode CAD Blocks using .Net
I’ve been playing a lot with AutoCAD API in the past days. This a function that will help you exploding block references if you provid...