- 12
- 3 187
BIM IT
Poland
เข้าร่วมเมื่อ 25 ก.ค. 2020
Tworzenie i prezentacja algorytmów Autocesk Dynamo i Rhino Grasshopper, roznych rozwiązań dla architektów i inżynierów, podstawy programowania Revit API w Pythonie
Automatic foundation insulation for linked models
In this tutorial I show you how to create automatic foundation wall insilation for linked structure models
มุมมอง: 264
วีดีโอ
Automatic join room floors and walls
มุมมอง 3463 ปีที่แล้ว
In this tutorial I show how to automatic join room floors and walls Python script from tutorial: #BIMIT 2021 By Pit import clr clr.AddReference('RevitAPI') from Autodesk.Revit.DB import * from Autodesk.Revit.DB.Structure import * clr.AddReference('RevitAPIUI') from Autodesk.Revit.UI import * clr.AddReference('System') from System.Collections.Generic import List clr.AddReference('RevitNodes') im...
Create floor finish from room boundary
มุมมอง 5963 ปีที่แล้ว
In this tutorial I show you how to create floor finish from room boundary
Create random checker wall
มุมมอง 1523 ปีที่แล้ว
In this tutorial Im show you how to create random checker wall
Batch printing on different formats
มุมมอง 5803 ปีที่แล้ว
In this tutorial I show you how to run batch printing on different paper formats.
Create parametric roof by extrusion on reference plane
มุมมอง 1083 ปีที่แล้ว
In this tutorial Im show you how to create parametric roof by extrusion on reference plane.
Create walls by converting model line
มุมมอง 3203 ปีที่แล้ว
Tutorial how to create walls converting quick sketch with model lines
Create walls from line and set location parameter
มุมมอง 1233 ปีที่แล้ว
Tutorial how to create walls from line and change parameters of wall
Create grid with automatic rename
มุมมอง 2873 ปีที่แล้ว
Tutorial how to start project and create in quick and simple way grid with automatic rename elements.
Create floor from outline
มุมมอง 1003 ปีที่แล้ว
How to create floors from outline and control shape with sliders See whats new on fb BIM.IT.PIT
umm i cant find the script that say boundaries room, i see that says archilab in that, is that some plugin?
nevermind i find it 😁
thank you. It's a great video
Thank you and enjoy watching :)
You should get rid og DanEDU and change it to Orchid... I do not support DanEDU anymore, and from Revit 2021 (meaning Revit 2022) will the nodes not work anymore. Nodes using the old unit in Revit API will make result unpredictable... So please change. update. I can see from later videos that you changed DanEDU to Orchid :-)
Thanks for your concern, of course for a while now, I switched to the Orchid. I see a lot of interesting films on your channel, so I start watching
Thank you for sharing your knowledge
Great tutorial again, this might've been a bit too advanced for me, especially since you used a python script, but it's still very useful and informative
Nice tutorial, although i thought, that it was kind of complex, to do a simple task, admittedly doing it manually would be very time consuming. My question is isn't there a simpler way of doing it ?
Of course you are right, connecting and cutting to the boundaries of the rooms can take a lot of time, especially in a large object, the next tutorial I will try to show how to do it in a few moments
hey a few days ago I mentioned another tutorial I think it should interest you :) th-cam.com/video/OXPDS9CVxwA/w-d-xo.html
@@bimit5965 thanks a lot, i'll take a look at it
very nice, could you please share me the script :)
All script you have step by step in tutorial
super usefull!