This node work but i can’t use it in python code…
still get error…ByOutlineTypeAndLevel not exist
This node work but i can’t use it in python code…
still get error…ByOutlineTypeAndLevel not exist
Hi @P_Fiala
Did you import the right modules? :
If you have Autodesk.Revit.DB imported as well, you’ll need to import Floor from Revit.Elements as something else to avoid issues:
thx…I add you code block to python code…and now its works…