Translations:BIM ingame tutorial/161/pl

From FreeCAD Documentation

Etapy poradnika

Wybierz główną część Budowli
bool(len([o for o in FreeCADGui.Selection.getSelection() if "BuildingPart" in o.Name]) == 1)
Utwórz płaszczyznę przekroju
bool(len([o for o in FreeCAD.ActiveDocument.Objects if "Section" in o.Name and (len(o.Objects) == 1) and ("BuildingPart" in o.Objects[0].Name)]) == 1)