Translations:BIM ingame tutorial/155/pl

From FreeCAD Documentation

Etapy poradnika

Utwórz kondygnację
bool(len([o for o in FreeCAD.ActiveDocument.Objects if "BuildingPart" in o.Name]) == 1)
Dodaj do niego cztery pozostałe obiekty główne BIM
bool(len([o for o in FreeCAD.ActiveDocument.Objects if "BuildingPart" in o.Name and (len(o.Group) == 4)]) == 1)