Translations:BIM ingame tutorial/132/fr

From FreeCAD Documentation
Revision as of 11:46, 24 October 2020 by David69 (talk | contribs) (Created page with "{{BIMTutorialAction|goal1=Créer une colonne tubulaire CTH|test1=bool(len([o for o in FreeCAD.ActiveDocument.Objects if "CTH" in o.Label]) == 1)|goal2=Ajouter une plaque de 20...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tutorial steps

Créer une colonne tubulaire CTH
bool(len([o for o in FreeCAD.ActiveDocument.Objects if "CTH" in o.Label]) == 1)
Ajouter une plaque de 20 cm x 20 cm à la colonne
bool(len([o for o in FreeCAD.ActiveDocument.Objects if "Shape" in o.PropertiesList and (abs(o.Shape.Volume - 7409000) < 10000)]) == 1)