Revit API: How to Create Elements (Part 1) [RevitAPI + Python]

preview_player
Показать описание
📙 Get Free E-Book: Beginner's Guide to Revit API:

--------------------------------------------------
In this Revit API + Python Tutorial you will learn how to Create, Copy and Delete your Elements with code. I will not just type all the code, but I will show you where to look in Revit API Documentation, and you will understand how to actually use it.
Part 1: You will learn how to Create: TextNote, Room, Room Tag, Detail Line, Wall, Window , FamilyInstance with Revit API and python. Other Elements will be shown in Part 2.

📘 Master Getting Elements with Revit API +: Python (1$+)

💬 Source Code:

❤️ Thank you for watching!

💟 SUPPORT ME:

🎥Chapters:
00:00 Intro
00:20 Script Overview
01:25 Create TextNote with Revit API
03:47 Create Room
05:18 Create Room Tag
06:54 Create Detail Line
08:25 Create Wall
09:50 Create Window
13:56 Create New FamilyInstance
16:55 Get E-Book
17:15 Outro

🎵 StreamBeats

Tags: #LearnRevitAPI #RevitAPI
Рекомендации по теме
Комментарии
Автор

📘 Master Getting Elements with Revit API +: Python (1$+)
www.erikfrits.com/ebook

ErikFrits
Автор

We find a huge amount of wonderful information in every video 💜💙💚

mahmoudfawzy
Автор

Thank you very very much .. your videos are very informative .. May Allah guide you and give you from where you don't count

au
Автор

Thanks for another great video, this helps navigating the Revit API site. It was a bit daunting the first time I visited.

kslifter
Автор

Sessions are very informative, I would suggest will you go little slowly to make understand to align with the common person's capability

madhusudhanrao
Автор

Great Videos man. wish I could afford your course. Anyway I'm trying to place a beam using this code but I get this error. Exception : 'type' object has no attribute 'ValueProvider'.

All I changed was in the last step before commit ..., StructuralType.Beam)

andreheynes
Автор

very nice video, I just wondering if it possible to insert hosted element that will be host on link model ?!

mohamedanany
Автор

Thanks. Great Tutorial. Symbol = get_Type_by_name(' Placeholder - Type A'), I am bit confused there. How we get to know that we need to write "get_Type_by_name"

parimalvala
Автор

Hi Erik, i have a question... when i create the window i see an error "The symbol is not active" can you help me with this error?

camilosierraaranguren
Автор

I am trying the same example when creating a wall using Wall.Create method but i got an error " : Curve length is too small for Revit's tolerance (as identified by

FelanaDiamondraRANDRIAMADISON
Автор

Nice! can we use sublime.text to program ? and can we use python's libraries in your code??

iaconst.
Автор

Hey 👋Can you help me to create a sphere on revit

FelanaDiamondraRANDRIAMADISON
Автор

Hello,

i watched your video, and i think maybe you can help me to solde my problem.
my question about a plug-in for picking a family window and placing it on the wall of Revit by using an user interface, python and C#

i'm facing this kind of error, : "Value cannot be null. Parameter name: symbol". in familysymbol, i try using methode NewFamilyInstance to pick one of the type window in revit that i insert before.
Actually, I think that my error come from the win_type variable used to create the window family is null at this time.
Do you know how to handle with this kind of error? i try several solutions but still not find the best.

toannghiale