problem with the "symbol" parameter in the code for creating window in Revit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I'm trying to make a plug-in in Revit by using python, pyrevit and i also have an user interface to take and place a window on the wall in Revit.
Actually, i'm facing this kind of problem.
I'm trying to create a new family instance using the doc.Create.NewFamilyInstance method.
I think the potential causes is that the parameter "symbol" cannot be null.
for more information, I added the window types manually.
this is a part of the code:
can anyone help me to fix this kind of problem? Pls