Revit Programming using Python EP_09: Retrieve Wall's Materials

preview_player
Показать описание
Revit Programming tutorial using Python.

Thanks for watching!

Рекомендации по теме
Комментарии
Автор

You brought the material id value as the second method of the video, how do you get the material name value?

JunhoPark-dp
Автор

Hello, I have a few questions.
1.
I understand that if i want to use the Revit API, I have to connect the things in the same Namespace.
for example I thought it was a combination of methods and properties in the same hierarchy
as I watch the video, I'm confused because some seem to be available in different hierarchy.
If I can use methods in different hierarchy, how do I know which methods are available?

2.
I understood that only Transaction was called from (from Autodesk.Revit.DB import Transaction), but I think I'm wrong. because other methods of (Autodesk.Revit.DB) such as GetCompoundStructure() and GetLayers() methods were also available. Isn't it just call Transaction?

3.
Is (import Autodesk.Revit.UI.Selection) and (from Autodesk.Revit.UI import Selection) the same function?

sorry about poor English.

JunhoPark-dp
welcome to shbcf.ru