Salome HOME
Merge remote-tracking branch 'remotes/origin/CEA_2020_Lot2_1'
[modules/shaper.git] / src / FeaturesPlugin / doc / examples / geometry_calculation.py
index e1e340a3b3aa3c61512b618905bab29f89d5d029..2562da94d8c1fcc7fd8bf5c89667ee97b71f4f48 100644 (file)
@@ -9,5 +9,5 @@ Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
 properties = model.getGeometryCalculation(Part_1_doc,model.selection("SOLID", "Box_1_1"))
 print(" length: ", properties[0])
 print(" area: ", properties[1])
-print(" volume: ", properties[2]) 
+print(" volume: ", properties[2])
 model.end()
\ No newline at end of file