DynamoBIM Python Beginner Create sheets

preview_player
Показать описание
Dynamo BIM using Python to create multiple sheets.
Sample code on my Github account
Рекомендации по теме
Комментарии
Автор

Oh very nice, this looks like what I need. I'll try to follow along later tonight.

nuclearlion
Автор

Thank you for the tutorials.I cant locate any "name" property in viewsheet class at revit api docs. But you use it as newsheet.Name = sheetnames(number). Can you explain it ?

aliarslan
Автор

Not sure why this happens

AttributeError: 'ViewSheet' object has no attribute 'ToDStype'

danielarmenta
Автор

Hello! Thx for your tutorials! But i can't understand what's wrong with this line: It ruins my script and after everything is done i have only one (first) sheet. And also no matter what number i'm going to try - always the same error: «sheet number is already in use»

Liebendig
Автор

Thanks Danny for this script! I've been stopped by this error: File "<string>", line 40, in <module>
AttributeError: 'List[object]' object has no attribute 'Id'

in this line


# Create new sheet.
newsheet = ViewSheet.Create(doc, titleblock.Id)

Has anyone had the same issue?

karolinachodaa
Автор

I am not sure. I got the error and the [number] is stuck as «sheet number is already in use»
. anyone could help me out what i've wrong and how to solve it?

vuson
Автор

Hello Danny. Thanks for your contribution. I'm trying to use Visual Studio but seems the several references I'm trying to import are missing in Visual Studio (e.g. Revit, Revit Services, Autodesk, etc.) Is there a step I need to make within the Visual Studio settings that reference the Revit API? Thanks in advance for your help.

AlexanderPerez-oegu
Автор

Hello thanks for the tutorials! are you using ironPython or python in visual basic?

MartinStacey
Автор

Hey Danny great contribution to all Revit users who want to take a leap into the automation programming! Many thanks for that! Respect your work taking into account the time consuming factor and the value of the given information. I follow along these great videos of yours, doing some researches on the subject. I got this JetBrains dotPeek and looking up for the appropriate classes, methods and what not. Pretty much diving into the subject trying to perceive the basics.
There are some questions thogh... Where is that REVIT module that you import stored?
Another one is about Transaction method from the previous video. I looked it up in the Revit Services DLL\\ yadayadayada \\ TransactionTaskDone() method
and right in between the class TransactionManager and the method that I mentioned there's >Instance<. Could you please explain me where'd that come from?

MegaToyy
welcome to shbcf.ru