Translations:BIM ingame tutorial/155/fr

From FreeCAD Documentation

Tutorial steps

Créer un niveau
bool(len([o for o in FreeCAD.ActiveDocument.Objects if "BuildingPart" in o.Name]) == 1)
Ajoutez-y les quatre autres objets BIM racine
bool(len([o for o in FreeCAD.ActiveDocument.Objects if "BuildingPart" in o.Name and (len(o.Group) == 4)]) == 1)